File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import ViewTaskSubmission from '../ViewTaskSubmission';
7
7
import SingleStudentOverview from '../SingleStudentOverview/SingleStudentOverview' ;
8
8
import SingleStudentMasteryOverview from '../SingleStudentMasteryOverview/SingleStudentMasteryOverview' ;
9
9
import CourseHome from '../CourseHome/CourseHome' ;
10
-
11
- import './Content.css' ;
12
10
import TaskView from '../../Screens/TaskView/TaskView' ;
11
+ import ClassMastery from '../../Screens/ClassMastery/ClassMastery' ;
12
+ import './Content.css' ;
13
13
14
14
export default function Content ( ) {
15
15
return (
@@ -39,6 +39,9 @@ export default function Content() {
39
39
< Route path = "/viewTask" >
40
40
< TaskView taskId = "90e0c730e56" />
41
41
</ Route >
42
+ < Route path = "/classMastery" >
43
+ < ClassMastery />
44
+ </ Route >
42
45
< Route path = "/" >
43
46
< Dashboard />
44
47
</ Route >
You can’t perform that action at this time.
0 commit comments