diff --git a/thaw/Cargo.toml b/thaw/Cargo.toml index 6f96b64..03a522c 100644 --- a/thaw/Cargo.toml +++ b/thaw/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.6.10" } +leptos = { workspace = true } thaw_components = { workspace = true } thaw_macro = { workspace = true } thaw_utils = { workspace = true } diff --git a/thaw/src/accordion/accordion_item.rs b/thaw/src/accordion/accordion_item.rs index 58ac2ce..b490d2a 100644 --- a/thaw/src/accordion/accordion_item.rs +++ b/thaw/src/accordion/accordion_item.rs @@ -1,5 +1,5 @@ use crate::AccordionInjection; -use leptos::*; +use leptos::{prelude::*, html}; use thaw_components::CSSTransition; use thaw_utils::{mount_style, StoredMaybeSignal}; @@ -43,7 +43,7 @@ pub fn AccordionItem(