Skip to content

Commit

Permalink
delete route
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank404NotFound committed May 22, 2024
1 parent 6233d81 commit 704d06d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import PersonalSchedulesEditPage from "main/pages/PersonalSchedules/PersonalSche
import PersonalSchedulesDetailsPage from "main/pages/PersonalSchedules/PersonalSchedulesDetailsPage";
import SectionSearchesIndexPage from "main/pages/SectionSearches/SectionSearchesIndexPage";

import CoursesIndexPage from "main/pages/Courses/PSCourseIndexPage";
import CoursesCreatePage from "main/pages/Courses/PSCourseCreatePage";

import CourseOverTimeIndexPage from "main/pages/CourseOverTime/CourseOverTimeIndexPage";
import CourseOverTimeInstructorIndexPage from "main/pages/CourseOverTime/CourseOverTimeInstructorIndexPage";
Expand Down Expand Up @@ -70,12 +68,7 @@ function App() {
element={<PersonalSchedulesEditPage />}
/>

<Route exact path="/courses/list" element={<CoursesIndexPage />} />
<Route
exact
path="/courses/create"
element={<CoursesCreatePage />}
/>

<Route
exact
path="/personalschedules/details/:id"
Expand Down

0 comments on commit 704d06d

Please sign in to comment.