feat: add footer
Some checks failed
ci / ci (22, debian-trixie) (push) Failing after 20s

This commit is contained in:
kittentm 2026-05-13 01:04:57 +02:00
commit 51a6ea62b4
Signed by: kitten
GPG key ID: 394B4EABE4405A83
7 changed files with 125 additions and 58 deletions

6
app/layouts/default.vue Normal file
View file

@ -0,0 +1,6 @@
<template>
<div>
<TheHeader />
<slot /> <Footer />
</div>
</template>