Fix some issues

This commit is contained in:
2026-01-25 20:07:37 +01:00
parent e0be1b22f9
commit 6c6a9fc58c
32 changed files with 1719 additions and 226 deletions

View File

@@ -3,13 +3,15 @@ export { default as LoginForm } from './LoginForm';
export { default as RegistrationContainer } from './RegistrationContainer';
export { default as PasswordResetForm } from './PasswordResetForm';
export { default as ProfileSettings } from './ProfileSettings';
export { default as PrelaunchEmailForm } from './PrelaunchEmailForm';
// Re-export types for convenience
export type {
export type {
LoginFormProps,
RegistrationContainerProps,
RegistrationContainerProps,
PasswordResetFormProps,
ProfileSettingsProps
ProfileSettingsProps,
PrelaunchEmailFormProps
} from './types';
// Component metadata for documentation