Added gitea-mirror
This commit is contained in:
10
Divers/gitea-mirror/src/components/auth/SignupPage.tsx
Normal file
10
Divers/gitea-mirror/src/components/auth/SignupPage.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { SignupForm } from './SignupForm';
|
||||
import Providers from '@/components/layout/Providers';
|
||||
|
||||
export function SignupPage() {
|
||||
return (
|
||||
<Providers>
|
||||
<SignupForm />
|
||||
</Providers>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user