feat: Initial SiteFooter

This commit is contained in:
2026-03-26 11:07:07 -04:00
parent fa557c0f9e
commit 9181f91e7c
10 changed files with 90 additions and 13 deletions

View File

@@ -1,6 +1,9 @@
<template>
<div id="layout-default">
<SiteHeader />
<slot />
<UMain>
<slot />
</UMain>
<SiteFooter />
</div>
</template>