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