diff --git a/src/App.jsx b/src/App.jsx index 9b137e0..42d1327 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -6,6 +6,7 @@ import Projects from './sections/Projects' import Experiences from './sections/Experiences' import Testimonial from './sections/Testimonial' import Contact from './sections/Contact' +import Footer from './sections/Footer' const App = () => { return ( @@ -18,12 +19,7 @@ const App = () => { -
-
-
-
-
-
+