Selaa lähdekoodia

Remove export

satof3 6 kuukautta sitten
vanhempi
sitoutus
446d255a59
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/editor/src/client/stores/use-editor-guide-modal.ts

+ 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;
 };