6 lines
69 B
TypeScript
6 lines
69 B
TypeScript
export default function Home() {
|
|
return (
|
|
<main></main>
|
|
);
|
|
}
|