import LoginModal from './login'; import RegisterAccountModal from './register'; import SettingPwdModal from './settingPwd'; import BindPhoneModal from './bindPhone'; import ConnectionBusinessModal from './connectBussiness'; import BindOrgInfoModal from './bindOrgInfo'; export { LoginModal, RegisterAccountModal, SettingPwdModal, BindPhoneModal, ConnectionBusinessModal, BindOrgInfoModal, };