mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
Fix error
This commit is contained in:
parent
205b2beae3
commit
f5f3aad26a
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
use leptos::*;
|
||||
use leptos_use::docs::{demo_or_body, Note};
|
||||
use leptos_use::storage::{use_local_storage, JsonCodec};
|
||||
use leptos_use::storage::use_local_storage;
|
||||
use leptos_use::utils::JsonCodec;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Reference in a new issue