diff --git a/src/App.tsx b/src/App.tsx index 18836e8..8ed905d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,7 @@ import Experience from './Components/Experience/Experience'; import { Route, Routes } from 'react-router-dom'; import Navbar from './Components/Navbar'; import './App.scss'; +import Footer from './Components/Footer/Footer'; const App: React.FC = () => { return ( @@ -17,6 +18,7 @@ const App: React.FC = () => { } /> } /> +