import React from 'react' import styles from '../style'; const Register = ({isOpen, onClose}) => { if (!isOpen) return null; return (