initial release

This commit is contained in:
Justin Visser 2026-03-03 16:16:36 +01:00
parent e156de22c3
commit b3ac11a85e
37 changed files with 3649 additions and 669 deletions

View file

@ -1,7 +1,9 @@
<script setup lang="ts">
import HomePage from "@/views/HomePage.vue";
import AppShell from "@/components/layout/AppShell.vue";
</script>
<template>
<HomePage />
<AppShell>
<RouterView />
</AppShell>
</template>