diff --git a/crates/ui/src/components/button/split_button.rs b/crates/ui/src/components/button/split_button.rs index 372da9f2044a10e782ee3558621bc5a280bbf026..235b7d04bf239f4976c6818b7a5c5c9fc45c051b 100644 --- a/crates/ui/src/components/button/split_button.rs +++ b/crates/ui/src/components/button/split_button.rs @@ -1,7 +1,4 @@ -use gpui::{ - AnyElement, App, BoxShadow, IntoElement, ParentElement, RenderOnce, Styled, Window, div, hsla, - point, px, -}; +use gpui::{AnyElement, App, IntoElement, ParentElement, RenderOnce, Styled, Window, div}; use theme::ActiveTheme; use crate::{ElevationIndex, h_flex};