diff options
Diffstat (limited to 'crates/mozart/src/commands/base_config.rs')
| -rw-r--r-- | crates/mozart/src/commands/base_config.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/mozart/src/commands/base_config.rs b/crates/mozart/src/commands/base_config.rs index bfed161..c10e7e7 100644 --- a/crates/mozart/src/commands/base_config.rs +++ b/crates/mozart/src/commands/base_config.rs @@ -1,9 +1,8 @@ use std::path::PathBuf; +use mozart_core::composer::composer_home; use mozart_core::config_source::JsonConfigSource; -use super::config_helpers::composer_home; - /// Mirrors Composer's `BaseConfigCommand`: resolves the target config file path /// and enforces the `--file` ↔ `--global` mutual exclusivity. pub(crate) struct BaseConfigContext { |
