import { useToasts } from "../../atoms/toast"; import { cn } from "../../utils/cn"; export function Toaster() { const toasts = useToasts(); return (