re-export lazy route macro

This commit is contained in:
Greg Johnston
2025-07-11 10:37:18 -04:00
parent 853f049d9f
commit 0d853fdb74

View File

@@ -148,7 +148,7 @@ pub mod static_routes;
pub use generate_route_list::*;
#[doc(inline)]
pub use leptos_router_macro::path;
pub use leptos_router_macro::{lazy_route, path};
pub use matching::*;
pub use method::*;
pub use navigate::*;