6 lines
63 B
TypeScript
6 lines
63 B
TypeScript
export default function Home() {
|
|
return (
|
|
<h1>:/</h1>
|
|
);
|
|
}
|