diff options
Diffstat (limited to 'src/tui.rs')
| -rw-r--r-- | src/tui.rs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |
