Init project
This commit is contained in:
5
pages/index.tsx
Normal file
5
pages/index.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
function HomePage() {
|
||||
return <div>Welcome to Next.js!</div>;
|
||||
}
|
||||
|
||||
export default HomePage;
|
Reference in New Issue
Block a user