agent: Remove UsageBanner (#29896)

This PR removes the `UsageBanner` component, as it was no longer used.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-04 21:18:36 -04:00 committed by GitHub
parent 3db4744e18
commit a2fa10f35f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 263 deletions

View file

@ -4,7 +4,6 @@ mod context_pill;
mod max_mode_tooltip;
pub mod preview;
mod upsell;
mod usage_banner;
pub use agent_notification::*;
pub use animated_label::*;