feat: set up basic app shell components
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import type { Metadata } from "next";
|
||||
import Link from "next/link";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Uses — Angel Mankel",
|
||||
};
|
||||
|
||||
export default function UsesPage() {
|
||||
return (
|
||||
<main className="mx-auto max-w-2xl px-6 py-24">
|
||||
<h1 className="text-3xl font-semibold mb-12">Uses</h1>
|
||||
|
||||
test
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user