1
0
Evan Almloff 3 жил өмнө
parent
commit
7b629ef0f5

+ 1 - 3
packages/rsx_interpreter/src/lib.rs

@@ -1,7 +1,5 @@
 use captuered_context::CapturedContext;
-use dioxus_core::{
-    Component, Element, LazyNodes, NodeFactory, SchedulerMsg, Scope, ScopeId, ScopeState, VNode,
-};
+use dioxus_core::{NodeFactory, SchedulerMsg, ScopeId, VNode};
 use dioxus_hooks::UnboundedSender;
 use error::Error;
 use interperter::build;