remove some unused CLI imports

This commit is contained in:
Evan Almloff 2023-12-17 15:42:58 -06:00
parent e7515d18c1
commit 2a764aaf6a

View file

@ -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},
}; };