Skip to content

Commit

Permalink
chore(core/embed): remove unused import
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
romanz authored and obrusvit committed Oct 17, 2024
1 parent 16b2159 commit f1e01ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/embed/rust/src/ui/flow/swipe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::{
Component, Event, EventCtx, FlowMsg, SwipeDetect,
},
display::Color,
event::{SwipeEvent, TouchEvent},
event::SwipeEvent,
flow::{base::Decision, FlowController},
geometry::{Direction, Rect},
layout::obj::ObjComponent,
Expand Down

0 comments on commit f1e01ed

Please sign in to comment.