chore: fmt

This commit is contained in:
Greg Johnston 2024-07-31 20:29:45 -04:00
parent 27f2e60d16
commit c953432659

View file

@ -19,10 +19,10 @@ mod ssr_mode;
mod static_route;
pub use generate_route_list::*;
pub use leptos_router_macro::path;
pub use matching::*;
pub use method::*;
pub use navigate::*;
//pub use router::*;
pub use ssr_mode::*;
pub use static_route::*;
pub use leptos_router_macro::path;