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
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue