I'm a dunce

This commit is contained in:
Julia 2023-12-01 11:47:04 -05:00
parent 13f4cc563c
commit 910aeb4f56
2 changed files with 5 additions and 6 deletions

View file

@ -4,7 +4,7 @@ use gpui::{
ViewContext, WindowContext,
};
use ui::prelude::*;
use ui::{h_stack, v_stack, ButtonLike, Color, Icon, IconButton, Label};
use ui::{h_stack, v_stack, Icon, IconButton};
pub enum ToolbarItemEvent {
ChangeLocation(ToolbarItemLocation),