2025-05-26 23:09:01 +07:00
|
|
|
pub mod events;
|
2025-06-29 00:01:00 +07:00
|
|
|
pub mod testimonials;
|
2025-05-26 23:09:01 +07:00
|
|
|
|
2025-09-26 17:35:30 +07:00
|
|
|
pub use events::events_public_routes;
|
|
|
|
|
pub use events::events_protected_routes;
|
|
|
|
|
pub use testimonials::testimonials_public_routes;
|
|
|
|
|
pub use testimonials::testimonials_protected_routes;
|