Clean up unused

Nate Butler created

Change summary

crates/ui/src/components/button/split_button.rs | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

Detailed changes

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};