"use client"
import { Toaster as SonnerToaster } from "sonner"
import { CheckCircle2, XCircle, AlertTriangle, Info, Loader2 } from "lucide-react"
/**
* App-wide toast surface. Styling lives in globals.css (targeting Sonner's
* data-attributes) so the toast reads as part of the product's dark design
* system; here we only set behavior and the brand-colored type icons.
*/
export function Toaster() {
return (
,
error: ,
warning: ,
info: ,
loading: ,
}}
/>
)
}