Skip to content

Commit 46ac7f6

Browse files
committed
import
1 parent 3ce173a commit 46ac7f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/modules/IDE/components/Header/MobileNav.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
showKeyboardShortcutModal
2727
} from '../../actions/ide';
2828
import { logoutUser } from '../../../User/actions';
29-
import { useSketchActions } from '../../hooks';
29+
import { useSketchActions, useWhatPage } from '../../hooks';
3030
import { CmControllerContext } from '../../pages/IDEView';
3131
import { selectSketchPath } from '../../selectors/project';
3232
import { availableLanguages, languageKeyToLabel } from '../../../../i18n';
@@ -35,7 +35,6 @@ import { setLanguage } from '../../actions/preferences';
3535
import Overlay from '../../../App/components/Overlay';
3636
import ProjectName from './ProjectName';
3737
import CollectionCreate from '../../../User/components/CollectionCreate';
38-
import useWhatPage from '../../hooks/useWhatPage';
3938

4039
const Nav = styled(NavBar)`
4140
background: ${prop('MobilePanel.default.background')};

client/modules/IDE/hooks/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export { default as useSketchActions } from './useSketchActions';
2+
export { default as useWhatPage } from './useWhatPage';

0 commit comments

Comments
 (0)