cleanup
This commit is contained in:
parent
822cf12d59
commit
0da69454c7
2 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
use bevy::{
|
||||
asset::Asset,
|
||||
ecs::{component::Component, entity::Entity, resource::Resource, schedule::ScheduleLabel},
|
||||
log,
|
||||
math::Vec3,
|
||||
reflect::TypePath,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ use std::fmt::Debug;
|
|||
use bevy::{
|
||||
asset::Asset,
|
||||
ecs::{component::Component, entity::Entity, resource::Resource, schedule::ScheduleLabel},
|
||||
log,
|
||||
math::Vec3,
|
||||
reflect::TypePath,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue