ryoji-s 2 年之前
父節點
當前提交
dd152e705b
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      apps/app/src/components/Navbar/GrowiContextualSubNavigation.tsx

+ 1 - 3
apps/app/src/components/Navbar/GrowiContextualSubNavigation.tsx

@@ -11,9 +11,7 @@ import dynamic from 'next/dynamic';
 import { useRouter } from 'next/router';
 import { DropdownItem } from 'reactstrap';
 
-import {
-  exportAsMarkdown, updateContentWidth,
-} from '~/client/services/page-operation';
+import { exportAsMarkdown, updateContentWidth } from '~/client/services/page-operation';
 import type { OnDuplicatedFunction, OnRenamedFunction, OnDeletedFunction } from '~/interfaces/ui';
 import {
   useCurrentPathname,