postiz/apps/frontend/src/app/auth/page.tsx

8 lines
152 B
TypeScript

import {Register} from "@gitroom/frontend/components/auth/register";
export default async function Auth() {
return (
<Register />
);
}