Browse Source

remove unnecessary import

Futa Arai 1 year ago
parent
commit
9f105f54ca
1 changed files with 0 additions and 2 deletions
  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 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 { BookmarkFolderItems } from '~/interfaces/bookmark-info';
 import type {
 import type {
   OnDuplicatedFunction, OnRenamedFunction, OnDeletedFunction, OnPutBackedFunction, onDeletedBookmarkFolderFunction, OnSelectedFunction,
   OnDuplicatedFunction, OnRenamedFunction, OnDeletedFunction, OnPutBackedFunction, onDeletedBookmarkFolderFunction, OnSelectedFunction,