Browse Source

chore: remove unused import

yukendev 2 years ago
parent
commit
0610c9bee0
1 changed files with 1 additions and 1 deletions
  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 {