소스 검색

refactor swither

Yuken Tezuka 3 년 전
부모
커밋
ae044e12a7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/app/src/components/Navbar/GrowiSubNavigationSwitcher.jsx

+ 2 - 2
packages/app/src/components/Navbar/GrowiSubNavigationSwitcher.jsx

@@ -6,12 +6,12 @@ import PropTypes from 'prop-types';
 import StickyEvents from 'sticky-events';
 import { debounce } from 'throttle-debounce';
 
+import { useSWRxCurrentPage } from '~/stores/page';
 import { useSidebarCollapsed } from '~/stores/ui';
 import loggerFactory from '~/utils/logger';
 
-import { useSWRxCurrentPage } from '~/stores/page';
 
-import GrowiContextualSubNavigation from './GrowiContextualSubNavigation';
+import { GrowiContextualSubNavigation } from './GrowiContextualSubNavigation';
 
 import styles from './GrowiSubNavigationSwitcher.module.scss';