summaryrefslogtreecommitdiff
path: root/src/bin/jvn.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/jvn.rs')
-rw-r--r--src/bin/jvn.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/jvn.rs b/src/bin/jvn.rs
index 9943ab4..25bf219 100644
--- a/src/bin/jvn.rs
+++ b/src/bin/jvn.rs
@@ -1,7 +1,7 @@
-use just_enough_vcs_cli::cmd::cmd_system::JVCommandContext;
+use just_enough_vcs_cli::systems::cmd::cmd_system::JVCommandContext;
use just_enough_vcs_cli::utils::display::md;
use just_enough_vcs_cli::{
- cmd::{errors::CmdProcessError, processer::jv_cmd_process},
+ systems::cmd::{errors::CmdProcessError, processer::jv_cmd_process},
utils::env::current_locales,
};
use rust_i18n::{set_locale, t};