import React, { Component } from 'react' export const Modal = ({ visible, children }) => (
{children}
)