import React from "react" const Hero = ({bg, children}) => (
{children}
) export default Hero