Docs: Add BooleanDisplay import to demo

Included the `BooleanDisplay` import in the demo.
This commit is contained in:
Hector Candelaria 2024-08-18 18:43:35 -04:00
parent f5a37f6c7f
commit 0021e4aed5

View file

@ -14,6 +14,7 @@ use std::rc::Rc;
/// ``` /// ```
/// # use leptos::*; /// # use leptos::*;
/// # use leptos_use::use_prefers_reduced_motion; /// # use leptos_use::use_prefers_reduced_motion;
/// # use leptos_use::docs::BooleanDisplay;
/// # /// #
/// # #[component] /// # #[component]
/// # fn Demo() -> impl IntoView { /// # fn Demo() -> impl IntoView {