diff --git a/src/App.tsx b/src/App.tsx index 7668d8a..01a9377 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,6 +9,7 @@ import Projects from './pages/projects'; import { HashRouter } from 'react-router-dom'; import '@fontsource-variable/red-hat-display'; import Skills from './pages/skills'; +import Footer from './components/Footer'; function App() { return ( @@ -35,10 +36,7 @@ function App() { - +