1 2 3 4 5 6 7
const VerticalBanner = () => { return ( <div>VerticalBanner</div> ) } export default VerticalBanner