Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fiadliel committed Dec 16, 2024
1 parent 4eeb703 commit a681173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tachys/src/reactive_graph/bind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ use crate::{
renderer::{types::Element, RemoveEventHandler},
view::{Position, ToTemplate},
};
#[cfg(feature = "reactive_stores")]
use reactive_graph::owner::Storage;
use reactive_graph::{
owner::Storage,
signal::{ReadSignal, RwSignal, WriteSignal},
traits::{Get, Update},
wrappers::read::Signal,
Expand Down

0 comments on commit a681173

Please sign in to comment.