diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 14:18:36 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 14:18:36 +0200 |
| commit | 63a0ec3901a863fb07d18f4b814a98a813644382 (patch) | |
| tree | c94b7b501601b5df05cf654e9f9c9b5bc66a239e /crates/daemon/src/components/mod.rs | |
| parent | chore: Commit (diff) | |
| download | atuin-63a0ec3901a863fb07d18f4b814a98a813644382.zip | |
chore: Commit
Diffstat (limited to '')
| -rw-r--r-- | crates/daemon/src/components/mod.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/daemon/src/components/mod.rs b/crates/daemon/src/components/mod.rs index 7c478efb..0b0319df 100644 --- a/crates/daemon/src/components/mod.rs +++ b/crates/daemon/src/components/mod.rs @@ -14,9 +14,7 @@ //! - [`sync::SyncComponent`]: Cloud sync pub(crate) mod history; -pub(crate) mod semantic; pub(crate) mod sync; -pub(crate) use history::HistoryComponent; -pub(crate) use semantic::SemanticComponent; pub(crate) use sync::SyncComponent; +pub(crate) use history::HistoryComponent; |
