Remove unused modules from agents and handlers.

This commit is contained in:
geoffsee
2025-05-27 12:32:12 -04:00
parent 6e6865e0aa
commit e55156a74b
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
pub mod news;
pub mod scrape;
pub mod search;
pub mod image_generator;
pub mod crypto_market;
pub mod image_generator;

View File

@@ -2,6 +2,5 @@
// src/handlers/mod.rs
pub mod error;
pub mod status;
pub mod stream;
pub mod ui;
pub mod webhooks;