Browse Source

fix import line

Yuki Takei 7 tháng trước cách đây
mục cha
commit
4b2a636c4a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/app/src/server/service/page/page-service.ts

+ 1 - 1
apps/app/src/server/service/page/page-service.ts

@@ -4,7 +4,7 @@ import type {
   HasObjectId,
   IDataWithMeta,
   IGrantedGroup,
-  IPageInfo, IPageInfoForEntity, IPageNotFoundInfo, IUser, IPageInfoExt,
+  IPageInfo, IPageInfoForEntity, IPageNotFoundInfo, IUser, IPageInfoExt, IPage,
 } from '@growi/core';
 import type { HydratedDocument, Types } from 'mongoose';