mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 16:41:09 +10:00
cleanups
This commit is contained in:
13
apps/client/src/pages/auth/invite-signup.tsx
Normal file
13
apps/client/src/pages/auth/invite-signup.tsx
Normal file
@ -0,0 +1,13 @@
|
||||
import { Helmet } from "react-helmet-async";
|
||||
import { InviteSignUpForm } from "@/features/auth/components/invite-sign-up-form.tsx";
|
||||
|
||||
export default function InviteSignup() {
|
||||
return (
|
||||
<>
|
||||
<Helmet>
|
||||
<title>Invitation signup</title>
|
||||
</Helmet>
|
||||
<InviteSignUpForm />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user