initial commit
This commit is contained in:
commit
8a67761c9a
83 changed files with 15510 additions and 0 deletions
5
components/ui/use-toast.ts
Normal file
5
components/ui/use-toast.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// Importing from your existing shadcn/ui components
|
||||
import { useToast as useToastOriginal } from "@/hooks/use-toast";
|
||||
|
||||
// Re-export the hook
|
||||
export { useToast } from "@/hooks/use-toast";
|
||||
Loading…
Add table
Add a link
Reference in a new issue