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

Zarejestruj się na Izaac.pl

) } export default Register