Silence warnings, run cargo fmt
This commit is contained in:
parent
fe1c1d3655
commit
af1c767f5f
77 changed files with 1904 additions and 903 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//! Leptos application root and router for public app.
|
||||
|
||||
use leptos::prelude::*;
|
||||
use leptos_meta::{provide_meta_context, MetaTags, Stylesheet, Title};
|
||||
use leptos_meta::{MetaTags, Stylesheet, Title, provide_meta_context};
|
||||
use leptos_router::components::Router;
|
||||
|
||||
use crate::routes::UserRoutes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue