index page updated
This commit is contained in:
@@ -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 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user