Skip to content

Commit

Permalink
Expose create_trigger from top module
Browse files Browse the repository at this point in the history
This matches the functions for create_effect and create_signals
  • Loading branch information
jrmoulton committed Aug 15, 2023
1 parent 597f8e1 commit 867f4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pub use effect::{create_effect, untrack};
pub use memo::{create_memo, Memo};
pub use scope::{as_child_of_current_scope, with_scope, Scope};
pub use signal::{create_rw_signal, create_signal, ReadSignal, RwSignal, WriteSignal};
pub use trigger::Trigger;
pub use trigger::{create_trigger, Trigger};

0 comments on commit 867f4c3

Please sign in to comment.