mofification d'un use

This commit is contained in:
CoCo_Sol 2023-06-02 08:38:35 +02:00
parent c46281effa
commit f8cd281d26

View file

@ -8,7 +8,7 @@
#![deny(clippy::all)]
#![deny(warnings)]
use bevy::prelude::{Component, Transform};
use bevy::prelude::*;
pub mod map;
pub mod render;