summaryrefslogtreecommitdiffstats
path: root/src/commands/tab_switch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/tab_switch.rs')
-rw-r--r--src/commands/tab_switch.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/tab_switch.rs b/src/commands/tab_switch.rs
index 719b9cb..cf5131b 100644
--- a/src/commands/tab_switch.rs
+++ b/src/commands/tab_switch.rs
@@ -1,6 +1,6 @@
-use commands::{JoshutoCommand, JoshutoRunnable};
-use context::JoshutoContext;
-use ui;
+use crate::commands::{JoshutoCommand, JoshutoRunnable};
+use crate::context::JoshutoContext;
+use crate::ui;
#[derive(Clone, Debug)]
pub struct TabSwitch {