summaryrefslogtreecommitdiffstats
path: root/src/commands/show_tasks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/show_tasks.rs')
-rw-r--r--src/commands/show_tasks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/show_tasks.rs b/src/commands/show_tasks.rs
index 64312a1..9dd8ddf 100644
--- a/src/commands/show_tasks.rs
+++ b/src/commands/show_tasks.rs
@@ -4,9 +4,9 @@ use crate::error::JoshutoResult;
use crate::event::process_event;
use crate::event::AppEvent;
use crate::key_command::{Command, CommandKeybind};
+use crate::traits::ToString;
use crate::ui::views::TuiWorkerView;
use crate::ui::AppBackend;
-use crate::util::to_string::ToString;
pub fn show_tasks(
context: &mut AppContext,