diff options
| author | CodeTorso <[email protected]> | 2024-06-12 18:26:17 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-12 18:26:17 -0600 |
| commit | d376dd1519166ea9838d4bd9e168dc9873c675f3 (patch) | |
| tree | fa98043032e1e2cc958fe774220175cab435239b /packages | |
| parent | Merge pull request #58 from CodeTorso/v2 (diff) | |
| download | supermemory-d376dd1519166ea9838d4bd9e168dc9873c675f3.tar.xz supermemory-d376dd1519166ea9838d4bd9e168dc9873c675f3.zip | |
Revert "Add code for extension"
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/ui/shadcn/use-toast.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/shadcn/use-toast.ts b/packages/ui/shadcn/use-toast.ts index 80c3abff..6f6180cc 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 "@repo/ui/shadcn/toast"; +import type { ToastActionElement, ToastProps } from "packages/ui/src/toast"; const TOAST_LIMIT = 1; const TOAST_REMOVE_DELAY = 1000000; |