Sfoglia il codice sorgente

remove unnecessary import

Futa Arai 2 anni fa
parent
commit
9f105f54ca
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      apps/app/src/stores/modal.tsx

+ 0 - 2
apps/app/src/stores/modal.tsx

@@ -8,8 +8,6 @@ import type { SWRResponse } from 'swr';
 
 
 import MarkdownTable from '~/client/models/MarkdownTable';
-import type { CreatePageAndTransitOpts } from '~/client/services/create-page';
-import type { IApiv3PageCreateParams } from '~/interfaces/apiv3';
 import type { BookmarkFolderItems } from '~/interfaces/bookmark-info';
 import type {
   OnDuplicatedFunction, OnRenamedFunction, OnDeletedFunction, OnPutBackedFunction, onDeletedBookmarkFolderFunction, OnSelectedFunction,