1
0
Dangerise 1 жил өмнө
parent
commit
71125c22e0

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

@@ -1,6 +1,6 @@
 use dioxus_autofmt::{IndentOptions, IndentType};
 use dioxus_autofmt::{IndentOptions, IndentType};
 use rayon::prelude::*;
 use rayon::prelude::*;
-use std::{fs, io, path::Path, process::exit};
+use std::{fs, path::Path, process::exit};
 
 
 use super::*;
 use super::*;