From 761ce14125f0e4ecffbfaf3bf82b4b406f5aa769 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Mon, 11 Nov 2024 22:13:32 +0100 Subject: impl popup for keybindings/messages --- src/tui.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tui.rs') diff --git a/src/tui.rs b/src/tui.rs index 963abf9..ba43b2e 100644 --- a/src/tui.rs +++ b/src/tui.rs @@ -15,9 +15,8 @@ // along with this program. If not, see . ///// -// pub mod command; pub mod commands; -// pub mod handler; +pub mod popup; pub mod ui; use crate::App; -- cgit v1.2.3