@@ -1,18 +1,12 @@
+use crate::innerlude::*;
-use crate::{innerlude::*};
+use futures_util::FutureExt;
-
-use futures_util::{FutureExt};
-use std::borrow::BorrowMut;
use std::marker::PhantomData;
use std::{
- any::{Any, TypeId},
- cell::{Cell, RefCell},
- collections::{HashMap, HashSet, VecDeque},
- fmt::Debug,
+ any::TypeId,
+ cell::RefCell,
future::Future,
ops::Deref,
pin::Pin,
@@ -5,7 +5,7 @@
use crate::{
events::VirtualEvent,
- innerlude::{Context, Properties, RealDom, RealDomNode, Scope, ScopeIdx, FC},
+ innerlude::{Context, Properties, RealDomNode, Scope, ScopeIdx, FC},
};
cell::{Cell, RefCell},
@@ -1,18 +1,11 @@
use crate::hooklist::HookList;
use crate::{arena::SharedArena, innerlude::*};
any::{Any, TypeId},
+ collections::{HashMap, HashSet},
- ops::Deref,
rc::Rc,