|
@@ -83,7 +83,7 @@ pub use crate::innerlude::{
|
|
|
pub mod prelude {
|
|
|
pub use crate::innerlude::{
|
|
|
fc_to_builder, Attributes, Component, DioxusElement, Element, EventHandler, Fragment,
|
|
|
- LazyNodes, NodeFactory, Properties, Scope, ScopeState, VNode, VirtualDom,
|
|
|
+ LazyNodes, NodeFactory, Properties, Scope, ScopeId, ScopeState, VNode, VirtualDom,
|
|
|
};
|
|
|
}
|
|
|
|