diff --git a/packages/ui/shadcn/use-toast.ts b/packages/ui/shadcn/use-toast.ts index 6f6180cc..ea6695bc 100644 --- a/packages/ui/shadcn/use-toast.ts +++ b/packages/ui/shadcn/use-toast.ts @@ -3,7 +3,7 @@ // Inspired by react-hot-toast library import * as React from "react"; -import type { ToastActionElement, ToastProps } from "packages/ui/src/toast"; +import type { ToastActionElement, ToastProps } from "./toast" const TOAST_LIMIT = 1; const TOAST_REMOVE_DELAY = 1000000;