5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
|
|
import { useToast, toast } from "@/hooks/use-toast";
|
|
|
|
export { useToast, toast };
|