2026-04-02 13:39:52 +07:00
|
|
|
pub mod events;
|
|
|
|
|
pub mod testimonials;
|
2026-04-02 22:29:08 +07:00
|
|
|
pub mod qr;
|
2026-04-02 13:39:52 +07:00
|
|
|
|
2026-04-02 22:29:08 +07:00
|
|
|
pub use events::{events_protected_routes, events_public_routes};
|
|
|
|
|
pub use testimonials::{testimonials_protected_routes, testimonials_public_routes};
|
|
|
|
|
pub use qr::qr_router;
|