summaryrefslogtreecommitdiffstats
path: root/src/interactive/app/handlers.rs
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-15 13:20:28 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-15 13:21:11 +0800
commit1ce57a29c45ee9896bfc529a13875dbc3859812f (patch)
tree147f413b5b9104321196f5f587d0769ac5feff23 /src/interactive/app/handlers.rs
parentafdbc1dadcf6c1f1e6384f65b2cac5325a5bcf17 (diff)
refactor
Diffstat (limited to 'src/interactive/app/handlers.rs')
-rw-r--r--src/interactive/app/handlers.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interactive/app/handlers.rs b/src/interactive/app/handlers.rs
index ad2b064..e9054aa 100644
--- a/src/interactive/app/handlers.rs
+++ b/src/interactive/app/handlers.rs
@@ -1,10 +1,9 @@
use crate::interactive::widgets::MarkMode;
use crate::interactive::{
app::{FocussedPane::*, TerminalApp},
- sorted_entries,
+ path_of, sorted_entries,
widgets::{HelpPane, MarkPane},
};
-use dua::path_of;
use dua::traverse::TreeIndex;
use itertools::Itertools;
use petgraph::Direction;