chore: re-export untrack

This commit is contained in:
Greg Johnston 2024-09-18 20:25:35 -04:00
parent 9c2477a4cf
commit fd133dd79a

View file

@ -168,7 +168,7 @@ pub mod prelude {
pub use leptos_server::*;
pub use oco_ref::*;
pub use reactive_graph::{
actions::*, computed::*, effect::*, owner::*, signal::*,
actions::*, computed::*, effect::*, owner::*, signal::*, untrack,
wrappers::read::*,
};
pub use server_fn::{self, ServerFnError};