summaryrefslogtreecommitdiffstats
path: root/src/commands/search.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/search.rs')
-rw-r--r--src/commands/search.rs10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/commands/search.rs b/src/commands/search.rs
index a8c1edb..f2d55e2 100644
--- a/src/commands/search.rs
+++ b/src/commands/search.rs
@@ -1,9 +1,7 @@
-extern crate ncurses;
-
-use commands::{CursorMove, JoshutoCommand, JoshutoRunnable};
-use context::JoshutoContext;
-use textfield::JoshutoTextField;
-use ui;
+use crate::commands::{CursorMove, JoshutoCommand, JoshutoRunnable};
+use crate::context::JoshutoContext;
+use crate::textfield::JoshutoTextField;
+use crate::ui;
#[derive(Clone, Debug)]
pub struct Search;