Explorar el Código

chore: remove unused import

yukendev hace 2 años
padre
commit
0610c9bee0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {