From c0b29e4be7f0fff59934ef6e7c52dea2ee31e0b3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 21 Mar 2026 19:46:05 +0100 Subject: chore(version): v0.1.0 --- src/components/checkbox_placeholder.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/components/checkbox_placeholder.rs') diff --git a/src/components/checkbox_placeholder.rs b/src/components/checkbox_placeholder.rs index 2006808..27aac13 100644 --- a/src/components/checkbox_placeholder.rs +++ b/src/components/checkbox_placeholder.rs @@ -18,10 +18,7 @@ use leptos::{ use crate::components::get_id; #[component] -pub fn CheckboxPlaceholder( - label: &'static str, - node_ref: NodeRef, -) -> impl IntoView { +pub fn CheckboxPlaceholder(label: &'static str, node_ref: NodeRef) -> impl IntoView { let id = get_id(); view! { -- cgit 1.4.1