Fix frontend 3

This commit is contained in:
Urtzi Alfaro
2025-08-28 23:40:44 +02:00
parent 2bbbf33d7b
commit 221781731c
11 changed files with 872 additions and 69 deletions

View File

@@ -4,12 +4,6 @@ export { default as RegisterForm } from './RegisterForm';
export { default as PasswordResetForm } from './PasswordResetForm';
export { default as ProfileSettings } from './ProfileSettings';
// Export named exports as well
export { LoginForm } from './LoginForm';
export { RegisterForm } from './RegisterForm';
export { PasswordResetForm } from './PasswordResetForm';
export { ProfileSettings } from './ProfileSettings';
// Re-export types for convenience
export type {
LoginFormProps,