diff --git a/packages/ui/src/components/base/Toast/index.ts b/packages/ui/src/components/base/Toast/index.ts index 13b70088f6..de440f900c 100644 --- a/packages/ui/src/components/base/Toast/index.ts +++ b/packages/ui/src/components/base/Toast/index.ts @@ -1,5 +1,6 @@ import { addToast, closeAll, closeToast, getToastQueue, isToastClosing } from '@heroui/toast' -import type { RequireSome } from '@types' + +import type { RequireSome } from '@/types' type AddToastProps = Parameters[0] type ToastPropsColored = Omit