import React from "react"; import RegistrationForm from "./registrationForm"; export default async function Register() { return (
); }