Added pages/index.tsx
This commit is contained in:
5
pages/index.tsx
Normal file
5
pages/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const Home = () => {
|
||||
return <p>homepage</p>;
|
||||
};
|
||||
|
||||
export default Home;
|
||||
Reference in New Issue
Block a user