feat: set up basic app shell components
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user