1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

unused import

This commit is contained in:
mat 2023-02-21 22:22:03 -06:00
parent c52cee3a69
commit 1f5775ed4e

View file

@ -2,7 +2,7 @@
use azalea_ecs::{
app::{App, CoreStage, Plugin},
component::{BevyComponent, Component},
component::Component,
entity::Entity,
event::{EventReader, EventWriter},
query::Changed,