import React from "react"; import ApplicationStepper from "./stepper/ApplicationStepper"; import Switcher from "./Switcher"; const Main = () => { return ( <> > ); }; export default Main;