Browse Source

fix lint error

Yuki Takei 3 năm trước cách đây
mục cha
commit
81a51d3215
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/app/src/components/Page/DisplaySwitcher.tsx

+ 0 - 1
packages/app/src/components/Page/DisplaySwitcher.tsx

@@ -12,7 +12,6 @@ import { EditorMode, useEditorMode } from '~/stores/ui';
 import { LazyRenderer } from '../Common/LazyRenderer';
 
 
-
 const PageEditor = dynamic(() => import('../PageEditor'), { ssr: false });
 const PageEditorByHackmd = dynamic(() => import('../PageEditorByHackmd').then(mod => mod.PageEditorByHackmd), { ssr: false });
 const EditorNavbarBottom = dynamic(() => import('../PageEditor/EditorNavbarBottom'), { ssr: false });