diff --git a/src/agents/mod.rs b/src/agents/mod.rs index a7ff97d..207298e 100644 --- a/src/agents/mod.rs +++ b/src/agents/mod.rs @@ -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; \ No newline at end of file diff --git a/src/handlers/mod.rs b/src/handlers/mod.rs index 506514d..5351df1 100644 --- a/src/handlers/mod.rs +++ b/src/handlers/mod.rs @@ -2,6 +2,5 @@ // src/handlers/mod.rs pub mod error; pub mod status; -pub mod stream; pub mod ui; pub mod webhooks; \ No newline at end of file