import React from 'react' export default ({ showing, children }) => { return (
{children}
) }