Skip to content

Commit 78aa6cc

Browse files
committed
Remove import.
1 parent 795094f commit 78aa6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tiles/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mod storage;
22

33
use bevy::{
4-
math::{IVec2, UVec2, Vec2},
4+
math::{UVec2, Vec2},
55
prelude::{Bundle, Color, Component, Reflect, ReflectComponent},
66
};
77
pub use storage::*;

0 commit comments

Comments
 (0)