gaoluyang
2026-07-17 c5db127ed8bd5e9960afe8e2df0b5cd361b2dfc1
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';