Przeglądaj źródła

remove unused import

reiji-h 1 rok temu
rodzic
commit
e702b2e1ac
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {