feat: set up basic app shell components

This commit is contained in:
2026-05-27 18:29:55 -07:00
parent dd8cbe1c45
commit 9d36e13fb4
7 changed files with 85 additions and 67 deletions
+9
View File
@@ -0,0 +1,9 @@
export default function Footer() {
return (
<div className="border-t border-neutral-800 text-start p-6">
Self-hosted · Traefik · Next.js
</div>
)
}