ui: Remove ToolStrip component (#24529)

This PR removes the `ToolStrip` component.

Pulling this change out of
https://github.com/zed-industries/zed/pull/24456.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-02-09 11:07:40 -05:00 committed by GitHub
parent 065fdcb86b
commit 072d2b061a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 97 deletions

View file

@ -15,7 +15,6 @@ mod list_item;
mod tab;
mod tab_bar;
mod toggle_button;
mod tool_strip;
pub use avatar::*;
pub use button::*;
@ -31,4 +30,3 @@ pub use list_item::*;
pub use tab::*;
pub use tab_bar::*;
pub use toggle_button::*;
pub use tool_strip::*;