neroshitron/pages/index.js

7 lines
97 B
JavaScript
Raw Normal View History

2024-05-21 22:32:11 -04:00
export default function Home() {
return (
<h1>
Test
</h1>
)
}