1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-05 13:26:57 +00:00

WIP - fix ruststyle

This commit is contained in:
grdddj 2022-11-14 06:48:44 +01:00
parent 1f944e8374
commit 22f6d0c305

View File

@ -1,7 +1,7 @@
use crate::ui::{
component::{Child, Component, Event, EventCtx},
display::{self, Font},
geometry::{Rect},
geometry::Rect,
};
use super::{theme, ButtonController, ButtonControllerMsg, ButtonLayout, ButtonPos};