File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import {
26
26
showKeyboardShortcutModal
27
27
} from '../../actions/ide' ;
28
28
import { logoutUser } from '../../../User/actions' ;
29
- import { useSketchActions } from '../../hooks' ;
29
+ import { useSketchActions , useWhatPage } from '../../hooks' ;
30
30
import { CmControllerContext } from '../../pages/IDEView' ;
31
31
import { selectSketchPath } from '../../selectors/project' ;
32
32
import { availableLanguages , languageKeyToLabel } from '../../../../i18n' ;
@@ -35,7 +35,6 @@ import { setLanguage } from '../../actions/preferences';
35
35
import Overlay from '../../../App/components/Overlay' ;
36
36
import ProjectName from './ProjectName' ;
37
37
import CollectionCreate from '../../../User/components/CollectionCreate' ;
38
- import useWhatPage from '../../hooks/useWhatPage' ;
39
38
40
39
const Nav = styled ( NavBar ) `
41
40
background: ${ prop ( 'MobilePanel.default.background' ) } ;
Original file line number Diff line number Diff line change 1
1
export { default as useSketchActions } from './useSketchActions' ;
2
+ export { default as useWhatPage } from './useWhatPage' ;
You can’t perform that action at this time.
0 commit comments