mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +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_html::{HtmlCtx, SvgAttributes};
|
||||
use dioxus_html::HtmlCtx;
|
||||
use dioxus_rsx::hot_reload::*;
|
||||
use interprocess_docfix::local_socket::LocalSocketListener;
|
||||
use std::{
|
||||
collections::HashSet,
|
||||
process::{Child, Command},
|
||||
sync::{Arc, Mutex, RwLock},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue