chore: improve html archi + header styles

This commit is contained in:
2025-12-05 19:29:27 +01:00
parent dd54dc88a9
commit 756142b9aa
2 changed files with 63 additions and 37 deletions

View File

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