chore: cargo fmt

This commit is contained in:
Greg Johnston 2024-06-12 07:59:03 -04:00
parent 404ad50bd3
commit 48028b476a
2 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,3 @@
use lazy_static::lazy_static;
use leptos::prelude::*;
use leptos_meta::*;

View file

@ -5,8 +5,8 @@ async fn main() -> std::io::Result<()> {
use actix_web::*;
use leptos::prelude::*;
use leptos_actix::{generate_route_list, LeptosRoutes};
use ssr_modes::app::*;
use leptos_meta::MetaTags;
use ssr_modes::app::*;
let conf = get_configuration(None).await.unwrap();
let addr = conf.leptos_options.site_addr;