Files
yingqing/core/frontend/src/routes/exact-pages/register.tsx
T

10 lines
377 B
TypeScript

/* Generated by scripts/generate-exact-html.mjs. Do not edit by hand. */
import { ExactDocumentPage } from "../exact-document";
import type { ExactDocumentPageProps } from "../exact-document";
export function ExactRegisterPage(props: Omit<ExactDocumentPageProps, "pageKey">) {
return <ExactDocumentPage {...props} pageKey="register" />;
}
export default ExactRegisterPage;