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 16:07:40 +00:00
committed by GitHub
parent 065fdcb86b
commit 072d2b061a
5 changed files with 0 additions and 97 deletions
-2
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")]