diff --git a/client/src/App.tsx b/client/src/App.tsx index 2634fd2..e075456 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -5,14 +5,21 @@ import Languages from 'pages/Languages'; import Typing from 'pages/Typing'; import NotFound from 'pages/NotFound'; +import Footer from 'components/Footer'; + function App() { return ( - - } /> - } /> - } /> - } /> - + <> +
+ + } /> + } /> + } /> + } /> + +
+