aboutsummaryrefslogtreecommitdiffstats
path: root/crates/daemon/src/components/mod.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 14:18:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 14:18:36 +0200
commit63a0ec3901a863fb07d18f4b814a98a813644382 (patch)
treec94b7b501601b5df05cf654e9f9c9b5bc66a239e /crates/daemon/src/components/mod.rs
parentchore: Commit (diff)
downloadatuin-63a0ec3901a863fb07d18f4b814a98a813644382.zip
chore: Commit
Diffstat (limited to 'crates/daemon/src/components/mod.rs')
-rw-r--r--crates/daemon/src/components/mod.rs4
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;