Skip to content

Commit d0ad928

Browse files
committed
refactor: remove unused imports in app and icon components for cleaner code
1 parent 3a7ef8e commit d0ad928

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use leptos::{component, prelude::*, view, IntoView};
2-
use leptos_meta::{provide_meta_context, Body};
2+
use leptos_meta::provide_meta_context;
33
// use leptos_router::{Route, Router, Routes, StaticParamsMap, StaticRoute};
44
use futures::{channel::mpsc, Stream};
55
use leptos_router::{components::*, path, static_routes::StaticRoute, SsrMode};

src/components/icons/linkedin_icon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use leptos::{prelude::*, *};
1+
use leptos::prelude::*;
22

33
#[component]
44
pub fn LinkedinIcon(

src/components/icons/logo_rust_page.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use leptos::{prelude::*, *};
1+
use leptos::prelude::*;
22

33
#[component]
44
pub fn LogoRustPageIcon(

0 commit comments

Comments
 (0)