import React from "react"; import FooterWrapper from "../components/Footer/FooterWrapper"; import FooterTitle from "../components/Footer/FooterTitle"; import FooterRow from "../components/Footer/FooterRow"; import FooterColumn from "../components/Footer/FooterColumn"; import FooterLink from "../components/Footer/FooterLink"; function FooterCompound() { return ( Questions? Contact us. FAQ Investor Relations Privacy Speed Test Help Center Jobs Cookie Preferences Legal Notices Account Ways to Watch Corporate Information Netflix Originals Media Center Terms of Use Contact Us ); } export default FooterCompound;