Fix some issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user