chore: add basic layout

This commit is contained in:
2025-12-01 18:58:37 +01:00
parent 0fb8ecf4c6
commit eab0fae501
10 changed files with 111 additions and 5 deletions

7
app/layouts/default.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<main>
<AppHeader />
<slot />
<AppFooter />
</main>
</template>