We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e07dc5 commit b451b13Copy full SHA for b451b13
src/components/header.rs
@@ -1,7 +1,6 @@
1
-
+use leptos::prelude::RwSignal;
2
use leptos::prelude::*;
3
use leptos_router::components::A;
4
-use leptos::prelude::RwSignal;
5
6
#[component]
7
pub fn Header() -> impl IntoView {
src/components/landing_page.rs
@@ -189,4 +189,4 @@ pub fn LandingPage() -> impl IntoView {
189
</div>
190
</section>
191
}
192
-}
+}
0 commit comments