Browse Source

remove some unused CLI imports

Evan Almloff 1 year ago
parent
commit
2a764aaf6a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      packages/cli/src/server/desktop/mod.rs

+ 1 - 2
packages/cli/src/server/desktop/mod.rs

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