Skip to content

Commit

Permalink
Reuncomment routes
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jul 19, 2024
1 parent c70bf03 commit 8bcc3f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/router/routes/teacher.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { Route } from "react-router-dom"
// import { Route } from "react-router-dom"

// import Teacher from "../../pages/teacher/Teacher"
// import TeacherDashboard from "../../pages/teacherDashboard/TeacherDashboard"
import AddExternalStudent from "../../pages/teacherDashboard/classes/AddExternalStudent"
// import AddExternalStudent from "../../pages/teacherDashboard/classes/AddExternalStudent"
// import AddedExternalStudent from "../../pages/teacherDashboard/classes/AddedExternalStudent"
// import StudentCredentials from "../../pages/teacherDashboard/classes/editClass/student/editStudent/StudentCredentials"
// import TeacherOnboarding from "../../pages/teacherOnboarding/TeacherOnboarding"
import paths from "../paths"
// import paths from "../paths"

const teacher = (
<>
Expand All @@ -32,10 +32,10 @@ const teacher = (
path={`${paths.teacher.dashboard.tab.account._}/:view?`}
element={<TeacherDashboard tab={2} />}
/> */}
<Route
{/* <Route
path={paths.teacher.dashboard.student.accept._}
element={<AddExternalStudent />}
/>
/> */}
{/* <Route
path={paths.teacher.dashboard.student.added._}
element={<AddedExternalStudent />}
Expand Down

0 comments on commit 8bcc3f0

Please sign in to comment.