Skip to content

Commit b451b13

Browse files
authored
Updating Cargo Checks for Mobile Layouts (#50)
1 parent 2e07dc5 commit b451b13

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/header.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
1+
use leptos::prelude::RwSignal;
22
use leptos::prelude::*;
33
use leptos_router::components::A;
4-
use leptos::prelude::RwSignal;
54

65
#[component]
76
pub fn Header() -> impl IntoView {

src/components/landing_page.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ pub fn LandingPage() -> impl IntoView {
189189
</div>
190190
</section>
191191
}
192-
}
192+
}

0 commit comments

Comments
 (0)