Explorar el Código

fix import error

Futa Arai hace 2 años
padre
commit
7776cf619c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = {
   Create: 'Create',