Initial commit
This commit is contained in:
9
pages/index.tsx
Normal file
9
pages/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import MainPage from "@/src/portfolio/MainPage";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<MainPage/>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user