import SettingPwdModal from './settingPwd'; import LoginModal from './login'; import RegisterAccountModal from './register'; import RegForm from './regForm'; import LogForm from './logForm'; import RegisterByEmailForm from '../component/form/registerByEmail'; import registerByPhone from '../component/form/registerByPhone'; export { LoginModal, RegisterAccountModal, SettingPwdModal, RegForm, LogForm, RegisterByEmailForm, registerByPhone };