Files
imphnen-backend-service/imphnen-cms/src/lib.rs
T

8 lines
222 B
Rust
Raw Normal View History

pub mod events;
pub mod testimonials;
pub mod qr;
pub use events::{events_protected_routes, events_public_routes};
pub use testimonials::{testimonials_protected_routes, testimonials_public_routes};
pub use qr::qr_router;