Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/T4910/OctaView
Browse files Browse the repository at this point in the history
  • Loading branch information
T4910 committed Apr 20, 2024
2 parents 3a0ed45 + 0ab2a1e commit a231ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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 AdminDispalyTimetable from './components/admin/show-timetables/displayTimetable'
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"
import AdminViews from "./components/admin/settings/general/Index"
Expand Down

0 comments on commit a231ca8

Please sign in to comment.