From b9b290177a0c0aad6e6fae98a6fb526b341d29f0 Mon Sep 17 00:00:00 2001 From: Morph01 <145839520+Morph01@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:47:39 +0100 Subject: [PATCH] index page updated --- src/Pages/Home/Homescreen/index.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Pages/Home/Homescreen/index.jsx b/src/Pages/Home/Homescreen/index.jsx index 0b24674..ebd15d7 100644 --- a/src/Pages/Home/Homescreen/index.jsx +++ b/src/Pages/Home/Homescreen/index.jsx @@ -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() { + +