Files
stack/apps/web/src/app/page.tsx
2026-03-13 01:11:46 +00:00

8 lines
126 B
TypeScript

export default function HomePage(): React.ReactElement {
return (
<main>
<h1>Mosaic Stack</h1>
</main>
);
}