chore: initial commit with basic module federation setup in vite config
This commit is contained in:
5
src/features/auth/ui/RegisterForm/RegisterForm.tsx
Normal file
5
src/features/auth/ui/RegisterForm/RegisterForm.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
export function RegisterForm() {
|
||||
return (
|
||||
<form>Register Form</form>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user