aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorcodetorso <[email protected]>2024-06-04 21:08:22 +0530
committercodetorso <[email protected]>2024-06-04 21:08:22 +0530
commit7ceaddf6f499cda8f4ded9a02e6f511a7372f11b (patch)
treefbd6631a3f0fb99b8dbb5f427de06017cda96955 /packages
parentImplemented Highlight in Extension (diff)
downloadsupermemory-7ceaddf6f499cda8f4ded9a02e6f511a7372f11b.tar.xz
supermemory-7ceaddf6f499cda8f4ded9a02e6f511a7372f11b.zip
Implement extension
Diffstat (limited to 'packages')
-rw-r--r--packages/ui/shadcn/use-toast.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/shadcn/use-toast.ts b/packages/ui/shadcn/use-toast.ts
index 6f6180cc..80c3abff 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 "@repo/ui/shadcn/toast";
const TOAST_LIMIT = 1;
const TOAST_REMOVE_DELAY = 1000000;