From 378e46b9096882698aa3914f8bbc0c0b0ae5e1c3 Mon Sep 17 00:00:00 2001 From: Michael Liendo Date: Sat, 20 Jul 2024 15:47:44 -0400 Subject: [PATCH] chore: test the callback --- crates/web/src/views/home.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/web/src/views/home.rs b/crates/web/src/views/home.rs index 6367145..4ffc764 100644 --- a/crates/web/src/views/home.rs +++ b/crates/web/src/views/home.rs @@ -1,5 +1,5 @@ use crate::components::text_field::{TextField, TextFieldType}; -use leptos::{component, view, IntoView}; +use leptos::{component, leptos_dom::logging, view, IntoView}; use crate::components::button::{Button, ButtonVariant}; @@ -13,7 +13,7 @@ pub fn Home() -> impl IntoView { - + }