Explorar el Código

fix: update import path for ALL_SIGN from local interface to '@growi/core/dist/interfaces'

Shun Miyazawa hace 10 meses
padre
commit
f33ce3ceea
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      apps/app/src/client/util/scope-util.test.ts

+ 1 - 2
apps/app/src/client/util/scope-util.test.ts

@@ -1,7 +1,6 @@
+import { ALL_SIGN } from '@growi/core/dist/interfaces';
 import { describe, it, expect } from 'vitest';
 
-import { ALL_SIGN } from '../../interfaces/scope';
-
 import { parseScopes, getDisabledScopes, extractScopes } from './scope-util';
 
 describe('scope-util', () => {