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