refactor(application): remove pass-through search use cases — call SearchPort directly

This commit is contained in:
2026-05-15 13:59:30 +02:00
parent f697267828
commit 1a77e15d70
4 changed files with 5 additions and 42 deletions

View File

@@ -4,6 +4,5 @@ pub mod federation_management;
pub mod feed;
pub mod notifications;
pub mod profile;
pub mod search;
pub mod social;
pub mod thoughts;