summaryrefslogtreecommitdiff
path: root/ecs/examples
diff options
context:
space:
mode:
Diffstat (limited to 'ecs/examples')
-rw-r--r--ecs/examples/with_local.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecs/examples/with_local.rs b/ecs/examples/with_local.rs
index 0342930..eb5de28 100644
--- a/ecs/examples/with_local.rs
+++ b/ecs/examples/with_local.rs
@@ -1,4 +1,4 @@
-use ecs::component::Local;
+use ecs::component::local::Local;
use ecs::event::{Event, Id as EventId};
use ecs::system::{Into, System};
use ecs::{Component, Query, World};