Przeglądaj źródła

fix GrantedGroup import

Futa Arai 2 lat temu
rodzic
commit
58079b0333
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      apps/app/src/server/util/granted-group.ts

+ 1 - 1
apps/app/src/server/util/granted-group.ts

@@ -1,4 +1,4 @@
-import { GrantedGroup, GroupType } from '@growi/core';
+import { type GrantedGroup, GroupType } from '@growi/core';
 
 import { ObjectIdLike } from '../interfaces/mongoose-utils';