Skip to content

Commit 8b0e649

Browse files
Route ClassMastery under /classMastery
1 parent 8ccc9fd commit 8b0e649

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Components/Content/Content.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import ViewTaskSubmission from '../ViewTaskSubmission';
77
import SingleStudentOverview from '../SingleStudentOverview/SingleStudentOverview';
88
import SingleStudentMasteryOverview from '../SingleStudentMasteryOverview/SingleStudentMasteryOverview';
99
import CourseHome from '../CourseHome/CourseHome';
10-
11-
import './Content.css';
1210
import TaskView from '../../Screens/TaskView/TaskView';
11+
import ClassMastery from '../../Screens/ClassMastery/ClassMastery';
12+
import './Content.css';
1313

1414
export default function Content() {
1515
return (
@@ -39,6 +39,9 @@ export default function Content() {
3939
<Route path="/viewTask">
4040
<TaskView taskId="90e0c730e56" />
4141
</Route>
42+
<Route path="/classMastery">
43+
<ClassMastery />
44+
</Route>
4245
<Route path="/">
4346
<Dashboard />
4447
</Route>

0 commit comments

Comments
 (0)