mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
11 lines
183 B
TypeScript
11 lines
183 B
TypeScript
export default function Page() {
|
|
return (
|
|
<main>
|
|
<h1>Welcome to stanza</h1>
|
|
<p>
|
|
Edit <code>app/page.tsx</code> to get started.
|
|
</p>
|
|
</main>
|
|
);
|
|
}
|