index page
This commit is contained in:
15
src/Pages/Home/Homescreen/index.jsx
Normal file
15
src/Pages/Home/Homescreen/index.jsx
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import AboutMe from "../AboutMe";
|
||||||
|
import HeroSection from "../HeroSection";
|
||||||
|
import MyPortfolio from "../MyPortfolio";
|
||||||
|
import MySkills from "../MySkills";
|
||||||
|
|
||||||
|
export default function Home() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<HeroSection />
|
||||||
|
<MySkills />
|
||||||
|
<AboutMe />
|
||||||
|
<MyPortfolio />
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user