Remove unused imports

This commit is contained in:
Mikayla 2023-11-17 23:14:14 -08:00
parent f9804feefa
commit 55dbcf2039
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
use collections::HashSet;
use editor::{Editor, GoToDiagnostic};
use gpui::{
div, rems, Div, EventEmitter, InteractiveComponent, ParentComponent, Render, Stateful,
rems, Div, EventEmitter, InteractiveComponent, ParentComponent, Render, Stateful,
StatefulInteractiveComponent, Styled, Subscription, View, ViewContext, WeakView,
};
use language::Diagnostic;