From f32b6a19851b8b103ac843503ab008197f0639cd Mon Sep 17 00:00:00 2001 From: lukeflo Date: Thu, 24 Oct 2024 12:53:09 +0200 Subject: rearrange code again, prepare for command-action setup --- src/main.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index eaa9e05..c2c5121 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,12 +15,13 @@ // along with this program. If not, see . ///// +use app::App; use cliargs::CLIArgs; use color_eyre::eyre::Result; use errorsetup::init_error_hooks; -use tui::app::App; -pub mod bib; +pub mod app; +pub mod bibiman; pub mod cliargs; pub mod errorsetup; pub mod tui; -- cgit v1.2.3