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

unused import

This commit is contained in:
mat 2025-04-24 16:46:46 -09:00
parent c84b3161ae
commit 65c9f555b0

View file

@ -13,7 +13,7 @@ use bevy_ecs::{
system::{Commands, Query},
};
use derive_more::Deref;
use tracing::{info, trace};
use tracing::info;
use crate::{
InstanceHolder, client::JoinedClientBundle, connection::RawConnection,