feat: monorepo
This commit is contained in:
5
apps/web/src/pages/signup/index.tsx
Normal file
5
apps/web/src/pages/signup/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import SignupView from "~/views/auth/signup";
|
||||
|
||||
export default function SignupPage() {
|
||||
return <SignupView />;
|
||||
}
|
||||
Reference in New Issue
Block a user