Resolve errors
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
parent
f6c54b8043
commit
8432b713cc
3 changed files with 11 additions and 4 deletions
|
@ -4,7 +4,7 @@ use gpui::{
|
|||
StatelessInteractive, Styled, Task, UniformListScrollHandle, View, ViewContext, VisualContext,
|
||||
WindowContext,
|
||||
};
|
||||
use std::cmp;
|
||||
use std::{cmp, sync::Arc};
|
||||
use ui::{prelude::*, v_stack, Divider, Label, LabelColor};
|
||||
|
||||
pub struct Picker<D: PickerDelegate> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue