Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Aug 31, 2024
1 parent b15b2d8 commit 02ed11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/www/src/app.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::{components::*, routes::index::IndexPage};
use leptos::{html::Link, prelude::*};
use leptos::prelude::*;
use leptos_meta::{
provide_meta_context, MetaTags, Stylesheet, Title,
};
Expand Down

0 comments on commit 02ed11c

Please sign in to comment.