diff options
Diffstat (limited to '')
| -rw-r--r-- | crates/daemon/src/events.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/daemon/src/events.rs b/crates/daemon/src/events.rs index 32ed1ff1..092e5f32 100644 --- a/crates/daemon/src/events.rs +++ b/crates/daemon/src/events.rs @@ -7,7 +7,7 @@ //! External processes (like CLI commands) can also inject events via the //! Control gRPC service. -use crate::atuin_client::history::{History, HistoryId}; +use crate::aclient::history::{History, HistoryId}; use turtle_common::record::RecordId; /// Events that flow through the daemon's event bus. |
