summaryrefslogtreecommitdiffstats
path: root/src/window/panel.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/window/panel.rs')
-rw-r--r--src/window/panel.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/window/panel.rs b/src/window/panel.rs
index 6bdfbec..ccf3fa9 100644
--- a/src/window/panel.rs
+++ b/src/window/panel.rs
@@ -1,7 +1,7 @@
-extern crate ncurses;
+use ncurses;
-use structs;
-use ui;
+use crate::structs;
+use crate::ui;
#[derive(Debug, Clone)]
pub struct JoshutoPanel {