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