import React from 'react'; const PopupNotification = ({ visible, message, isError, onClose }) => { if (!visible) return null; return (