Skip to content

Commit

Permalink
export new_ variants of hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff committed Nov 8, 2023
1 parent 22c03cb commit 178aa78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mod client_storage;
mod persistence;

pub use client_storage::{LocalStorage, SessionStorage};
pub use persistence::{use_persistent, use_singleton_persistent};
pub use persistence::{use_persistent, use_singleton_persistent, new_persistent, new_singleton_persistent};

use dioxus::prelude::{current_scope_id, to_owned, ScopeState};
use dioxus_signals::{Effect, Signal};
Expand Down

0 comments on commit 178aa78

Please sign in to comment.