Add Next Index Page

This commit is contained in:
Sam Carlton 2021-09-11 12:25:25 -05:00
parent 321c2ee468
commit 300d9598b4

5
pages/index.js Normal file
View file

@ -0,0 +1,5 @@
function HomePage() {
return <div>Welcome to Neuxteventy.js!</div>
}
export default HomePage