mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
chore: fmt
This commit is contained in:
parent
27f2e60d16
commit
c953432659
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue