diff --git a/examples/demo.rs b/examples/demo.rs
index aaa9d9f..6c1a2d3 100644
--- a/examples/demo.rs
+++ b/examples/demo.rs
@@ -2,7 +2,10 @@ use bevy::{
app::{App, Startup},
core::{DebugName, Name},
core_pipeline::core_2d::Camera2dBundle,
- ecs::{entity::Entity, query::Without, system::Commands, world::World},
+ ecs::{
+ entity::Entity, query::Without, reflect::AppTypeRegistry, system::Commands, world::World,
+ },
+ reflect::TypeInfo,
ui::{node_bundles::NodeBundle, Node},
DefaultPlugins,
};
@@ -92,30 +95,33 @@ fn SceneTree<'a>(cx: Scope, selected_entity: &'a UseState