freezone/portal/src/components/entities/resident_registration/mod.rs
2025-06-27 04:13:31 +02:00

9 lines
234 B
Rust

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