Procházet zdrojové kódy

chore: remove unused import

yukendev před 2 roky
rodič
revize
0610c9bee0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      apps/app/src/client/services/page-operation.ts

+ 1 - 1
apps/app/src/client/services/page-operation.ts

@@ -5,7 +5,7 @@ import { SubscriptionStatusType } from '@growi/core';
 import urljoin from 'url-join';
 
 import type {
-  IApiv3PageCreateParams, IApiv3PageCreateResponse, IApiv3PageUpdateParams, IApiv3PageUpdateResponse,
+  IApiv3PageCreateParams, IApiv3PageCreateResponse,
 } from '~/interfaces/apiv3';
 import { useEditingMarkdown, usePageTagsForEditors } from '~/stores/editor';
 import {