Skip to content

Commit

Permalink
fixup! refactor(core): consistent naming for UI traits
Browse files Browse the repository at this point in the history
  • Loading branch information
obrusvit committed Dec 17, 2024
1 parent a09bc3f commit 0d476fb
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion core/embed/rust/src/ui/model_mercury/bootloader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use super::{
UIMercury,
};

use crate::ui::{ui_features::BootloaderUI, CommonUI};
use crate::ui::{ui_bootloader::BootloaderUI, CommonUI};

use crate::ui::{
display::{toif::Toif, LOADER_MAX},
Expand Down
2 changes: 1 addition & 1 deletion core/embed/rust/src/ui/model_tr/bootloader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mod intro;
mod menu;
mod welcome;

use crate::ui::ui_features::BootloaderUI;
use crate::ui::ui_bootloader::BootloaderUI;
use intro::Intro;
use menu::Menu;
use welcome::Welcome;
Expand Down
Loading

0 comments on commit 0d476fb

Please sign in to comment.