Refactor useToast hook
The useToast hook was refactored into smaller, more manageable files to improve code organization and maintainability.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
import { useToast } from "@/hooks/use-toast"
|
||||
import { useToast } from "@/hooks/toast"
|
||||
import {
|
||||
Toast,
|
||||
ToastClose,
|
||||
|
||||
Reference in New Issue
Block a user