Initial commit
This commit is contained in:
commit
1e63e008af
48 changed files with 12715 additions and 0 deletions
7
layouts/default.vue
Normal file
7
layouts/default.vue
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script setup>
|
||||
import Navigation from "~/components/navigation/navigation.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Navigation />
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue