freezone/portal/src/components/entities/resident_registration/mod.rs
2025-06-28 16:53:27 +02:00

11 lines
309 B
Rust

pub mod step_payment_stripe;
pub mod simple_resident_wizard;
pub mod simple_step_info;
pub mod residence_card;
pub mod refactored_resident_wizard;
pub use step_payment_stripe::*;
pub use simple_resident_wizard::*;
pub use simple_step_info::*;
pub use residence_card::*;
pub use refactored_resident_wizard::*;