Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ickshonpe committed Sep 9, 2023
1 parent b184e00 commit 7dece48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_text/src/text2d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use bevy_ecs::{
reflect::ReflectComponent,
system::{Commands, Local, Query, Res, ResMut},
};
use bevy_math::{Vec2, Vec3};
use bevy_math::Vec2;
use bevy_reflect::Reflect;
use bevy_render::{
prelude::Color,
Expand Down

0 comments on commit 7dece48

Please sign in to comment.