import "./Register.css" import RegisterForm from "../components/RegisterForm"; export default function Register() { return(

Register

); }