diff --git a/src/App.js b/src/App.js index c9d1481..1cae1dd 100644 --- a/src/App.js +++ b/src/App.js @@ -5,6 +5,7 @@ import CssBaseline from "@material-ui/core/CssBaseline"; import { ThemeProvider } from "@material-ui/core/styles"; import ConnectionsTracker from "./components/ConnectionsTracker"; +import Footer from "./components/Footer"; import Navbar from "./components/Navbar"; import WelcomeDialog from "./components/WelcomeDialog"; import { SettingsContext, UserContext } from "./context"; @@ -185,6 +186,7 @@ function App() { +