mirror of
https://github.com/docmost/docmost.git
synced 2026-08-30 02:25:01 +08:00
cleanups
This commit is contained in:
@@ -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