export default function LoginDialog({ inputAccountRef, inputPasswordRef, registerButtonRef, loginButtonRef, ...prop }) { return (
注册 登录
) }