zhangwencui
2026-07-14 4eaf74efba7ead917bf53155a9b9fa59c4743cf8
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';