Get compiling

This commit is contained in:
Nathan Sobo 2023-08-07 19:08:58 -06:00
parent 3e0d0e5c01
commit 486f5bc6ca
14 changed files with 97 additions and 107 deletions

View file

@ -1,6 +1,6 @@
use gpui::{
elements::{Empty, Label},
AnyElement, Element, Entity, Subscription, View, ViewContext,
AnyElement, Element, Entity, Subscription, View, ViewContext, BorrowWindowContext
};
use settings::SettingsStore;
use workspace::{item::ItemHandle, StatusItemView};