Skip to content

Commit 9133dc5

Browse files
committed
stop importing anchor
1 parent 801d168 commit 9133dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/tile/elm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
use global_hotkey::hotkey::{Code, Modifiers};
55
use iced::border::Radius;
6-
use iced::widget::scrollable::{Anchor, Direction, Scrollbar};
6+
use iced::widget::scrollable::{Direction, Scrollbar};
77
use iced::widget::text::LineHeight;
88
use iced::widget::{Column, Scrollable, container, space};
99
use iced::{Color, window};

0 commit comments

Comments
 (0)