Add base files

This commit is contained in:
2023-01-13 22:01:37 +01:00
parent 9d5d2f7ed4
commit a3f837361b
16 changed files with 3683 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
<script setup lang="ts">
import { RouterView } from "vue-router"
</script>
<template>
<RouterView />
</template>