Ver Fonte

fix lint error

kaori há 4 anos atrás
pai
commit
43ef2d4d2c
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      packages/app/src/stores/ui.tsx

+ 0 - 2
packages/app/src/stores/ui.tsx

@@ -17,8 +17,6 @@ import {
 import { IFocusable } from '~/client/interfaces/focusable';
 import { isSharedPage } from '^/../core/src/utils/page-path-utils';
 
-import { IPageForPageDeleteModal } from '~/components/PageDeleteModal';
-
 const logger = loggerFactory('growi:stores:ui');
 
 const isServer = typeof window === 'undefined';