im so tired rn
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import Header from './components/Header.vue'
|
||||
import index from './pages/index.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>straight up gargoyling it !</h1>
|
||||
<Header />
|
||||
<Header />
|
||||
<Header />
|
||||
<Header />
|
||||
<h1>imagining what I could do with themes :o</h1>
|
||||
</template>
|
||||
<index />
|
||||
<router-view /> <!-- Routed components appear here -->
|
||||
</template>
|
||||
Reference in New Issue
Block a user