diff --git a/core/embed/rust/src/ui/layout_eckhart/component/bl_confirm.rs b/core/embed/rust/src/ui/layout_eckhart/bootloader/confirm.rs similarity index 97% rename from core/embed/rust/src/ui/layout_eckhart/component/bl_confirm.rs rename to core/embed/rust/src/ui/layout_eckhart/bootloader/confirm.rs index 3e06b9b002..67885c5323 100644 --- a/core/embed/rust/src/ui/layout_eckhart/component/bl_confirm.rs +++ b/core/embed/rust/src/ui/layout_eckhart/bootloader/confirm.rs @@ -11,7 +11,8 @@ use crate::{ }, }; -use super::{ +use super::super::{ + component::{Button, ButtonMsg::Clicked, ButtonStyleSheet}, constant::WIDTH, theme::{ bootloader::{ @@ -20,9 +21,6 @@ use super::{ }, WHITE, }, - Button, - ButtonMsg::Clicked, - ButtonStyleSheet, }; const ICON_TOP: i16 = 17; @@ -51,7 +49,7 @@ pub struct ConfirmInfo<'a> { pub close_button: Child