mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-15 23:56:29 +03:00
9 lines
207 B
TypeScript
9 lines
207 B
TypeScript
export default function Page() {
|
|
return (
|
|
<main className="page">
|
|
<h1 className="hero-title">Next Fixture</h1>
|
|
<p className="hero-hook">Minimal Next app-router page.</p>
|
|
</main>
|
|
);
|
|
}
|