Browse Source

Remove export

satof3 6 tháng trước cách đây
mục cha
commit
446d255a59

+ 1 - 1
packages/editor/src/client/stores/use-editor-guide-modal.ts

@@ -1,7 +1,7 @@
 import { useSWRStatic } from '@growi/core/dist/swr';
 import type { SWRResponse } from 'swr';
 
-export type EditorGuideModalStatus = {
+type EditorGuideModalStatus = {
   isOpened: boolean;
 };