mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-17 15:53:13 +00:00
fixup! collab_ui: Wire up project picker
This commit is contained in:
parent
a91a42763f
commit
72eef116c9
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ use call::{ActiveCall, ParticipantLocation, Room};
|
||||||
use client::{proto::PeerId, Client, ParticipantIndex, User, UserStore};
|
use client::{proto::PeerId, Client, ParticipantIndex, User, UserStore};
|
||||||
use gpui::{
|
use gpui::{
|
||||||
actions, canvas, div, overlay, point, px, rems, AppContext, DismissEvent, Div, Element,
|
actions, canvas, div, overlay, point, px, rems, AppContext, DismissEvent, Div, Element,
|
||||||
FocusableView, Hsla, InteractiveElement, IntoElement, Model, Overlay, ParentElement, Path,
|
FocusableView, Hsla, InteractiveElement, IntoElement, Model, ParentElement, Path, Render,
|
||||||
Render, Stateful, StatefulInteractiveElement, Styled, Subscription, ViewContext, VisualContext,
|
Stateful, StatefulInteractiveElement, Styled, Subscription, ViewContext, VisualContext,
|
||||||
WeakView, WindowBounds,
|
WeakView, WindowBounds,
|
||||||
};
|
};
|
||||||
use project::{Project, RepositoryEntry};
|
use project::{Project, RepositoryEntry};
|
||||||
|
|
Loading…
Reference in a new issue