summaryrefslogtreecommitdiffstats
path: root/src/interactive/app/handlers.rs
diff options
context:
space:
mode:
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;