ZIm/crates/agent/src/ui.rs
Marshall Bowers a2fa10f35f
agent: Remove UsageBanner (#29896)
This PR removes the `UsageBanner` component, as it was no longer used.

Release Notes:

- N/A
2025-05-05 01:18:36 +00:00

11 lines
226 B
Rust

mod agent_notification;
mod animated_label;
mod context_pill;
mod max_mode_tooltip;
pub mod preview;
mod upsell;
pub use agent_notification::*;
pub use animated_label::*;
pub use context_pill::*;
pub use max_mode_tooltip::*;