neroshitron/pages/index.js

7 lines
97 B
JavaScript

export default function Home() {
return (
<h1>
Test
</h1>
)
}