import SmsLoginForm from './sms'; import OtherAuthGroup from './otherAuth'; import PwdLoginForm from './pwd'; import RegisterByPhoneForm from './registerByPhone'; import RegisterByEmailForm from './registerByEmail'; import RegisterByBusinessForm from './registerByBusiness'; import BindOrgInfoForm from './bindOrgInfo'; import SettingPwdForm from './settingPwd'; import BindPhoneByTokenForm from './bindPhoneByToken'; export { SmsLoginForm, OtherAuthGroup, PwdLoginForm, RegisterByPhoneForm, RegisterByEmailForm, RegisterByBusinessForm, SettingPwdForm, BindPhoneByTokenForm, BindOrgInfoForm, };