From f5f542777febe6a2a4463bb8042e9a72e628e724 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 22 Mar 2025 18:02:52 -0600 Subject: Fonts --- src/components/app.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/components/app.rs') diff --git a/src/components/app.rs b/src/components/app.rs index 7e2676a..d93a870 100644 --- a/src/components/app.rs +++ b/src/components/app.rs @@ -51,12 +51,8 @@ pub fn App() -> impl IntoView { /// Renders the home page of your application. #[component] fn HomePage() -> impl IntoView { - // Creates a reactive value to update the button - let count = RwSignal::new(0); - let on_click = move |_| *count.write() += 1; - view! { -

"Welcome to Leptos!"

- +

Article

+

Article content here we guess?

} } -- cgit 1.4.1