mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 22:20:19 +00:00
remove some unused CLI imports
This commit is contained in:
parent
e7515d18c1
commit
2a764aaf6a
1 changed files with 1 additions and 2 deletions
|
@ -7,11 +7,10 @@ use crate::{
|
||||||
};
|
};
|
||||||
|
|
||||||
use dioxus_hot_reload::HotReloadMsg;
|
use dioxus_hot_reload::HotReloadMsg;
|
||||||
use dioxus_html::{HtmlCtx, SvgAttributes};
|
use dioxus_html::HtmlCtx;
|
||||||
use dioxus_rsx::hot_reload::*;
|
use dioxus_rsx::hot_reload::*;
|
||||||
use interprocess_docfix::local_socket::LocalSocketListener;
|
use interprocess_docfix::local_socket::LocalSocketListener;
|
||||||
use std::{
|
use std::{
|
||||||
collections::HashSet,
|
|
||||||
process::{Child, Command},
|
process::{Child, Command},
|
||||||
sync::{Arc, Mutex, RwLock},
|
sync::{Arc, Mutex, RwLock},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue