From 69f1431d6a2d0923ca009c6d605a70fb0bbce139 Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Fri, 21 Jun 2024 17:27:38 +0300 Subject: [PATCH] fix: build --- packages/ui/shadcn/use-toast.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;