Skip to content

Commit

Permalink
fixed an import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmy-Akintz committed Apr 21, 2024
1 parent a6240c1 commit b8833d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ErrorPage from './Error-page'
import Login from './components/login/Index'
import Staff from './components/staff/Index'
import AdminLayout from './components/admin/Layout'
import AdminTimetables from './components/admin/show-timetables/Index'
import AdminTimetables from './components/admin/show-timetables/index'
import AdminDisplayTimetable from './components/admin/show-timetables/displayTimetable'
import AdminSettings from './components/admin/settings/Index'
import NewTimetable from "./components/admin/new-timetable-config/Index"
Expand Down

0 comments on commit b8833d5

Please sign in to comment.