From 02ed11c9dc0a164de0d5797d22ca018a9369577a Mon Sep 17 00:00:00 2001 From: Christopher Biscardi Date: Sat, 31 Aug 2024 07:24:03 -0700 Subject: [PATCH] lint fix --- crates/www/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/www/src/app.rs b/crates/www/src/app.rs index 853ad8e..8dd596e 100644 --- a/crates/www/src/app.rs +++ b/crates/www/src/app.rs @@ -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, };