فهرست منبع

remove unused import

reiji-h 1 سال پیش
والد
کامیت
e702b2e1ac
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/src/server/models/page.ts

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

@@ -9,7 +9,7 @@ import {
 } from '@growi/core';
 import type { IPagePopulatedToShowRevision } from '@growi/core/dist/interfaces';
 import { getIdForRef, isPopulated } from '@growi/core/dist/interfaces';
-import { isTopPage, hasSlash } from '@growi/core/dist/utils/page-path-utils';
+import { isTopPage, hasSlash, isCreatablePage } from '@growi/core/dist/utils/page-path-utils';
 import { addTrailingSlash, normalizePath } from '@growi/core/dist/utils/path-utils';
 import escapeStringRegexp from 'escape-string-regexp';
 import type {