diff --git a/src/components/App.tsx b/src/components/App.tsx index d5956a8..ecd2c58 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -2,6 +2,7 @@ import { CSSProperties, lazy, Suspense, useContext, useEffect } from 'react'; import { BrowserRouter, Route, Switch } from 'react-router-dom'; import NotificationsProvider from '../state/Notifications/NotificationsProvider'; import AuthenticationContext from './Authentication/AuthenticationContext'; +import Footer from './Footer'; import Header from './Header/Header'; import { hasLoginContinueURL, @@ -42,7 +43,14 @@ export default function App() { }, [loaded, user]); return ( -