diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index cb89a91..a519c46 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -10,7 +10,6 @@ import { observer } from "mobx-react-lite"; // Register store and mutators import "./external/bcanSatchel/mutators"; import AppRoutes from "./routes/AppRoutes"; -import Footer from "./main-page/Footer"; /** * Main app component that renders routes @@ -23,7 +22,6 @@ const App = observer(() => {
-