// import {Modal as M, ModalBackground, ModalContent, ModalClose} from 'bloomer' // import React from 'react' // // export interface ModalProps { // isActive?: boolean // } // // export class Modal extends React.PureComponent { // render() { // return ( // // // // {this.props.children} // // // // ) // } // } export {}