import React from 'react'; import { motion, AnimatePresence } from 'framer-motion'; import { CheckCircle2, AlertCircle, Info, X, Zap } from 'lucide-react'; import useToastStore from '../../store/toastStore'; const Toaster = () => { const { toasts, removeToast } = useToastStore(); return (
{toast.type || 'PROTOCOL'}
{toast.message}