import React from 'react' const Block = ({ children }) => (
{children}
) export default Block