2
0

Init project

This commit is contained in:
Baptiste Arnaud
2021-11-19 10:15:13 +01:00
commit 6fe9807fbe
11 changed files with 5454 additions and 0 deletions

5
pages/index.tsx Normal file
View File

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