index page updated

This commit is contained in:
Morph01
2024-02-11 20:47:39 +01:00
parent f47aa53976
commit b9b290177a

View File

@@ -1,4 +1,6 @@
import AboutMe from "../AboutMe";
import ContactMe from "../ContactMe";
import Footer from "../Footer";
import HeroSection from "../HeroSection";
import MyPortfolio from "../MyPortfolio";
import MySkills from "../MySkills";
@@ -10,6 +12,8 @@ export default function Home() {
<MySkills />
<AboutMe />
<MyPortfolio />
<ContactMe />
<Footer />
</>
);
}