Sfoglia il codice sorgente

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

Shun Miyazawa 10 mesi fa
parent
commit
f33ce3ceea
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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', () => {