diff --git a/src/App.jsx b/src/App.jsx index 1bdef22..1eaf77d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -6,6 +6,7 @@ import { vscDarkPlus } from 'react-syntax-highlighter/dist/esm/styles/prism'; import Analytics from './components/Analytics'; import NotFound from './pages/NotFound/NotFound'; import Home from './pages/Home/Home'; +import Footer from './components/Footer/Footer'; import './styles/App.css'; export default function App() { @@ -106,6 +107,7 @@ export default function App() { ← Back to Home )} +