소스 검색

fix lint error

kaori 4 년 전
부모
커밋
43ef2d4d2c
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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';