import { BaseNotification } from "_components/customToasts/BaseNotification" import { TriangleAlert } from "lucide-react" import toast, { Toast } from "react-hot-toast" export const HPGnotValidatedToast = ({_toast}: {_toast: Toast}) => { return } className="flex flex-row">

Einsatz nicht HPG-validiert

Vergleiche die Position des Einsatzes mit der HPG-Position in Hubschrauber

} export const showToast = () => { toast.custom((t) => { return (); }, {duration: 1000 * 60 * 10}); // 10 minutes }