Removed unused leptos_dom import

This commit is contained in:
Ethan Girouard 2024-04-12 16:43:04 -04:00
parent a4fb055e84
commit 14a8f83fe6
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -1,5 +1,4 @@
use leptos::*; use leptos::*;
use leptos::leptos_dom::*;
#[component] #[component]
pub fn Search() -> impl IntoView { pub fn Search() -> impl IntoView {