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:
parent
065fdcb86b
commit
072d2b061a
5 changed files with 0 additions and 97 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue