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

@ -29,7 +29,6 @@ mod tab;
mod tab_bar;
mod table;
mod toggle;
mod tool_strip;
mod tooltip;
#[cfg(feature = "stories")]
@ -66,7 +65,6 @@ pub use tab::*;
pub use tab_bar::*;
pub use table::*;
pub use toggle::*;
pub use tool_strip::*;
pub use tooltip::*;
#[cfg(feature = "stories")]