refactor wip
This commit is contained in:
10
portal/src/components/common/mod.rs
Normal file
10
portal/src/components/common/mod.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
//! Common reusable components for forms, payments, and UI elements
|
||||
|
||||
pub mod forms;
|
||||
pub mod payments;
|
||||
pub mod ui;
|
||||
|
||||
// Re-export commonly used items
|
||||
pub use forms::{MultiStepForm, FormStep, StepValidator, ValidationResult};
|
||||
pub use payments::{StripeProvider, StripePaymentForm, PaymentIntentCreator};
|
||||
pub use ui::{ProgressIndicator, ValidationToast, LoadingSpinner};
|
||||
Reference in New Issue
Block a user