Skip to content

Commit 198a854

Browse files
committed
Fix bad import
1 parent 468a014 commit 198a854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/editor2/src/editor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ use text::{OffsetUtf16, Rope};
9797
use theme::{
9898
ActiveTheme, DiagnosticStyle, PlayerColor, SyntaxTheme, Theme, ThemeColors, ThemeSettings,
9999
};
100-
use ui2::IconButton;
100+
use ui::IconButton;
101101
use util::{post_inc, RangeExt, ResultExt, TryFutureExt};
102102
use workspace::{
103103
item::ItemEvent, searchable::SearchEvent, ItemNavHistory, SplitDirection, ViewId, Workspace,

0 commit comments

Comments
 (0)