Files
stanza/registry/modules/framework-next/templates/app/page.tsx
T
2026-05-20 11:52:53 -04:00

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>
);
}