File size: 82 Bytes
3ad1409 |
1 2 3 4 |
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };
|
3ad1409 |
1 2 3 4 |
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };
|