Jonathan Kelley 7 months ago
parent
commit
cf64eb909b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/cli/src/settings.rs

+ 1 - 1
packages/cli/src/settings.rs

@@ -1,7 +1,7 @@
 use crate::{Result, TraceSrc};
 use serde::{Deserialize, Serialize};
 use std::{fs, path::PathBuf};
-use tracing::{error, warn, trace};
+use tracing::{error, trace, warn};
 
 const GLOBAL_SETTINGS_FILE_NAME: &str = "dioxus/settings.toml";