File tree 3 files changed +6
-10
lines changed
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
3
- import { useIsORAConfigLoaded , usePageData } from 'data/services/lms/hooks/selectors' ;
3
+ import { useIsORAConfigLoaded } from 'data/services/lms/hooks/selectors' ;
4
4
5
5
import AssessmentContentLayout from './AssessmentContentLayout' ;
6
6
import AssessmentActions from './AssessmentActions' ;
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
3
- import { FullscreenModal } from '@edx/paragon' ;
4
-
5
- import { useIsORAConfigLoaded , usePageData } from 'data/services/lms/hooks/selectors' ;
3
+ import { useIsORAConfigLoaded } from 'data/services/lms/hooks/selectors' ;
6
4
7
5
import AssessmentContentLayout from './AssessmentContentLayout' ;
8
6
import AssessmentActions from './AssessmentActions' ;
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
3
- export const XBlockView = ( ) => {
4
- return (
5
- < div > XBlock View</ div >
6
- )
7
- } ;
3
+ export const XBlockView = ( ) => (
4
+ < div > XBlock View</ div >
5
+ ) ;
8
6
9
- export default XBlockView
7
+ export default XBlockView ;
You can’t perform that action at this time.
0 commit comments