File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import SingleStudentOverview from '../SingleStudentOverview/SingleStudentOvervie
8
8
import SingleStudentMasteryOverview from '../SingleStudentMasteryOverview/SingleStudentMasteryOverview' ;
9
9
import CourseHome from '../CourseHome/CourseHome' ;
10
10
import TaskView from '../../Screens/TaskView/TaskView' ;
11
- import ClassMastery from '../../Screens/ClassMastery /ClassMastery' ;
11
+ import { ClassMastery } from '../../Screens/ClassMastery' ;
12
12
import './Content.css' ;
13
13
14
14
export default function Content ( ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { useState } from 'react';
2
2
import styled from 'styled-components' ;
3
3
import { color } from '../../Components/constants.json' ;
4
4
5
- import StudentMasteryRow , { StudentMasteryHeader } from './StudentMasteryRow/StudentMasteryRow ' ;
5
+ import StudentMasteryRow , { StudentMasteryHeader } from './StudentMasteryRow' ;
6
6
7
7
const Page = styled . div `
8
8
margin: 33px 90px;
Original file line number Diff line number Diff line change 1
1
import { useState } from 'react' ;
2
2
import styled from 'styled-components' ;
3
- import { color } from '../../../ Components/constants.json' ;
3
+ import { color } from '../../Components/constants.json' ;
4
4
5
5
type MasteryBarProps = { percentage : number } ;
6
6
Original file line number Diff line number Diff line change
1
+ export { default as ClassMastery } from './ClassMastery' ;
You can’t perform that action at this time.
0 commit comments