import React from 'react'; import Link from 'next/link'; import * as Icon from 'react-feather'; const Login = function ({ backend, dealers, ...props }) { return (
logo

Tidak Punya Akun ? Silahkan Register

setEmail(event.target.value), }} />
setPass(event.target.value), type: "password", autoComplete: "off", }} />

Lupa Password

or connect with

); } export default Login;