import type { JSX } from "react" import { RegisterPage } from "@pages/RegisterPage" export default function Register(): JSX.Element { return (
) }