Remove unused import

Marshall Bowers created

Change summary

crates/ui2/src/components/workspace.rs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Detailed changes

crates/ui2/src/components/workspace.rs 🔗

@@ -6,9 +6,9 @@ use gpui3::{px, relative, rems, view, Context, Size, View};
 use crate::prelude::*;
 use crate::{
     static_livestream, theme, user_settings_mut, v_stack, AssistantPanel, Button, ChatMessage,
-    ChatPanel, CollabPanel, EditorPane, FakeSettings, Label, LanguageSelector, Livestream, Pane,
-    PaneGroup, Panel, PanelAllowedSides, PanelSide, ProjectPanel, SettingValue, SplitDirection,
-    StatusBar, Terminal, TitleBar, Toast, ToastOrigin,
+    ChatPanel, CollabPanel, EditorPane, FakeSettings, Label, LanguageSelector, Pane, PaneGroup,
+    Panel, PanelAllowedSides, PanelSide, ProjectPanel, SettingValue, SplitDirection, StatusBar,
+    Terminal, TitleBar, Toast, ToastOrigin,
 };
 
 #[derive(Clone)]