freezone/portal/src/components/entities/resident_registration/mod.rs
2025-06-30 17:01:40 +02:00

9 lines
242 B
Rust

pub mod step_payment_stripe;
pub mod simple_step_info;
pub mod residence_card;
pub mod multi_step_resident_wizard;
pub use step_payment_stripe::*;
pub use simple_step_info::*;
pub use residence_card::*;
pub use multi_step_resident_wizard::*;