mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-22 20:23:09 +00:00
fmt
This commit is contained in:
parent
d126466702
commit
cf64eb909b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
use crate::{Result, TraceSrc};
|
use crate::{Result, TraceSrc};
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use std::{fs, path::PathBuf};
|
use std::{fs, path::PathBuf};
|
||||||
use tracing::{error, warn, trace};
|
use tracing::{error, trace, warn};
|
||||||
|
|
||||||
const GLOBAL_SETTINGS_FILE_NAME: &str = "dioxus/settings.toml";
|
const GLOBAL_SETTINGS_FILE_NAME: &str = "dioxus/settings.toml";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue