Remove unused modules from agents and handlers.
This commit is contained in:
@@ -2,4 +2,3 @@ pub mod news;
|
|||||||
pub mod scrape;
|
pub mod scrape;
|
||||||
pub mod search;
|
pub mod search;
|
||||||
pub mod image_generator;
|
pub mod image_generator;
|
||||||
pub mod crypto_market;
|
|
||||||
|
@@ -2,6 +2,5 @@
|
|||||||
// src/handlers/mod.rs
|
// src/handlers/mod.rs
|
||||||
pub mod error;
|
pub mod error;
|
||||||
pub mod status;
|
pub mod status;
|
||||||
pub mod stream;
|
|
||||||
pub mod ui;
|
pub mod ui;
|
||||||
pub mod webhooks;
|
pub mod webhooks;
|
Reference in New Issue
Block a user