chore: removed unnecessary Deref import

This commit is contained in:
Rendo 2026-05-07 12:50:45 +05:00
commit 6b2d5d8af1

View file

@ -1,5 +1,3 @@
use std::ops::Deref;
use bevy::prelude::*;
pub mod event;