import { Icon } from './Icon.jsx' export const Popup = ({ title, children, onClose }) => { return ( ) }