import Container from "../../components/Container"; const Deploy = () => { return ( This will be the deploy page ); }; export default Deploy;