aboutsummaryrefslogtreecommitdiff
path: root/src/tui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui.rs')
-rw-r--r--src/tui.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tui.rs b/src/tui.rs
index a14a0ab..963abf9 100644
--- a/src/tui.rs
+++ b/src/tui.rs
@@ -15,9 +15,9 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
/////
-pub mod command;
-pub mod commandnew;
-pub mod handler;
+// pub mod command;
+pub mod commands;
+// pub mod handler;
pub mod ui;
use crate::App;