summaryrefslogtreecommitdiffstats
path: root/src/commands/quit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/quit.rs')
-rw-r--r--src/commands/quit.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/quit.rs b/src/commands/quit.rs
index e5410f9..8f8d66f 100644
--- a/src/commands/quit.rs
+++ b/src/commands/quit.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 Quit;