8 lines
93 B
TypeScript
8 lines
93 B
TypeScript
export default function Page() {
|
|
return (
|
|
<main>
|
|
<p>Ready</p>
|
|
</main>
|
|
);
|
|
}
|