import {Component} from "react"; type Properties = { email: string, password: string, } class RegisterPage extends Component { render(){ return (