Removed unused import
This commit is contained in:
parent
98a3b92c9a
commit
d53b8bff61
@ -6,7 +6,7 @@ use bevy_ecs::{
|
|||||||
entity::{ContainsEntity, Entity},
|
entity::{ContainsEntity, Entity},
|
||||||
hierarchy::ChildOf,
|
hierarchy::ChildOf,
|
||||||
prelude::{Component, With},
|
prelude::{Component, With},
|
||||||
query::{Has, QueryData, Without},
|
query::{QueryData, Without},
|
||||||
reflect::ReflectComponent,
|
reflect::ReflectComponent,
|
||||||
system::{Local, Query, Res},
|
system::{Local, Query, Res},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user