import React from 'react'; import RegisterRightSection from './RegisterRightSection'; import RegisterLeftSection from './RegisterLeftSection'; function RegisterWizardPage() { return (
); } export default RegisterWizardPage;