diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 7e2b381..67c549d 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -6,7 +6,6 @@ import InitialSetup from './components/InitialSetup'; import Program from './components/Program'; import Leafs from './components/Leafs'; import { FullScreenLoading } from './components/Loading'; -import Suggestions from './components/Suggestions'; import AttendanceTable from './components/AttendnaceTable'; function App() { @@ -48,9 +47,6 @@ function App() {