mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
make NavigateOptions pub
This commit is contained in:
parent
db33bc2e61
commit
85b9f87620
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ pub use flat_router::*;
|
||||||
pub use generate_route_list::*;
|
pub use generate_route_list::*;
|
||||||
pub use matching::*;
|
pub use matching::*;
|
||||||
pub use method::*;
|
pub use method::*;
|
||||||
|
pub use navigate::*;
|
||||||
pub use nested_router::*;
|
pub use nested_router::*;
|
||||||
//pub use router::*;
|
//pub use router::*;
|
||||||
pub use ssr_mode::*;
|
pub use ssr_mode::*;
|
||||||
|
|
Loading…
Reference in a new issue