Browse Source

fix import error

Futa Arai 2 years ago
parent
commit
7776cf619c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/interfaces/page-operation.ts

+ 1 - 1
apps/app/src/interfaces/page-operation.ts

@@ -1,4 +1,4 @@
-import { GrantedGroup } from '@growi/core';
+import type { GrantedGroup } from '@growi/core';
 
 
 export const PageActionType = {
 export const PageActionType = {
   Create: 'Create',
   Create: 'Create',