3 lines
No EOL
66 B
TypeScript
3 lines
No EOL
66 B
TypeScript
export default function Home() {
|
|
return <h1>Hello World</h1>
|
|
} |