mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-22 16:49:22 -05:00
small docs improvement for use_color_mode
This commit is contained in:
parent
cf86471219
commit
bc87a3015d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ use wasm_bindgen::JsCast;
|
|||
///
|
||||
/// ```
|
||||
/// # use leptos::*;
|
||||
/// use leptos_use::{use_color_mode_with_options, UseColorModeOptions, UseColorModeReturn};
|
||||
/// # use leptos_use::{use_color_mode_with_options, UseColorModeOptions, UseColorModeReturn};
|
||||
/// #
|
||||
/// # #[component]
|
||||
/// # fn Demo() -> impl IntoView {
|
||||
|
|
Loading…
Add table
Reference in a new issue