diff --git a/boot_diags/src/app.rs b/boot_diags/src/app.rs
index ee754c8..61ed244 100644
--- a/boot_diags/src/app.rs
+++ b/boot_diags/src/app.rs
@@ -15,7 +15,7 @@
//
use crate::diags;
use core::{
- action::Action,
+ action::{Action, DiagResult},
components::{
Component,
footer::Footer,
@@ -39,6 +39,7 @@ use core::{
tui::{Event, Tui},
};
use std::{
+ collections::VecDeque,
env,
iter::zip,
path::PathBuf,
@@ -75,6 +76,7 @@ pub struct App {
selections: Vec