Преглед изворни кода

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

Shun Miyazawa пре 10 месеци
родитељ
комит
f33ce3ceea
1 измењених фајлова са 1 додато и 2 уклоњено
  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', () => {