reiji-h 2 лет назад
Родитель
Сommit
88768f432f
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      apps/app/src/server/models/page.ts

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

@@ -3,11 +3,10 @@
 import nodePath from 'path';
 
 import {
-  isPopulated, pagePathUtils, pathUtils,
+  isPopulated,
 } from '@growi/core';
 import type { IPage, HasObjectId } from '@growi/core';
 import { isTopPage, hasSlash, collectAncestorPaths } from '@growi/core/dist/utils/page-path-utils';
-import { collectAncestorPaths } from '@growi/core/dist/utils/page-path-utils/collect-ancestor-paths';
 import { addTrailingSlash, normalizePath } from '@growi/core/dist/utils/path-utils';
 import escapeStringRegexp from 'escape-string-regexp';
 import mongoose, {