import React from "react"; import OptFormWrapper from "../components/OptForm/OptFormWrapper"; import OptFormText from "../components/OptForm/OptFormText"; import OptFormEmail from "../components/OptForm/OptFormEmail"; import OptFormButton from "../components/OptForm/OptFormButton"; function OptFormCompound() { return ( <> Ready to watch? Enter your email to create or restart your membership. Get Started ); } export default OptFormCompound;