Remove unused import
This commit is contained in:
parent
fa8cd843ca
commit
3ddfc7ff61
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
use std::{any::Any, sync::Arc};
|
||||
|
||||
use gpui::{
|
||||
AnyView, AppContext, Entity, EventEmitter, Subscription, Task, View, ViewContext, WeakView,
|
||||
AnyView, AppContext, EventEmitter, Subscription, Task, View, ViewContext, WeakView,
|
||||
WindowContext,
|
||||
};
|
||||
use project2::search::SearchQuery;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue