mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
remove unused import
This commit is contained in:
parent
d170304a59
commit
71125c22e0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
use dioxus_autofmt::{IndentOptions, IndentType};
|
||||
use rayon::prelude::*;
|
||||
use std::{fs, io, path::Path, process::exit};
|
||||
use std::{fs, path::Path, process::exit};
|
||||
|
||||
use super::*;
|
||||
|
||||
|
|
Loading…
Reference in a new issue