make NavigateOptions pub

This commit is contained in:
Greg Johnston 2024-05-24 08:05:13 -04:00
parent db33bc2e61
commit 85b9f87620

View file

@ -21,6 +21,7 @@ pub use flat_router::*;
pub use generate_route_list::*;
pub use matching::*;
pub use method::*;
pub use navigate::*;
pub use nested_router::*;
//pub use router::*;
pub use ssr_mode::*;