gaoluyang
4 小时以前 cb9cd49627b65a4c0e137e08063271a8cefe1826
src/packages/effects/hooks/src/use-dict.ts
@@ -1,5 +1,5 @@
import { useDictStore } from '..\..\..\stores\src';
import { isObject } from '..\..\..\utils\src';
import { useDictStore } from '../../../stores/src';
import { isObject } from '../../../utils/src';
type ColorType = 'error' | 'info' | 'success' | 'warning';