summaryrefslogtreecommitdiffstats
path: root/src/interactive/mod.rs
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-06 18:03:25 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-06 18:03:25 +0530
commit4c354f475bfe841f3797be0a3341212aeeaa60c8 (patch)
treea25bb95b1d182474856ca42b3463dd12c054445e /src/interactive/mod.rs
parent29c0cf3c5a584764e060dd9f34592edbc8098562 (diff)
some experimentation with selection handling in the new pane
It's entirely different from the first one :D, incredible
Diffstat (limited to 'src/interactive/mod.rs')
-rw-r--r--src/interactive/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interactive/mod.rs b/src/interactive/mod.rs
index 0bc81d7..ef02372 100644
--- a/src/interactive/mod.rs
+++ b/src/interactive/mod.rs
@@ -1,9 +1,7 @@
mod app;
-mod common;
pub mod widgets;
pub use self::app::*;
-pub use common::*;
#[cfg(test)]
mod app_test;