Remove duplicate icondata imports

This commit is contained in:
2024-04-02 15:38:35 -04:00
parent f99dc250f7
commit b3621de215
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ use crate::models::User;
use leptos::leptos_dom::*;
use leptos::*;
use leptos_icons::*;
use icondata;
#[component]
pub fn Signup() -> impl IntoView {