Skip to content

Commit 9822690

Browse files
committed
chore(CI): fix error from bevy_internal CI lint
Authored-by: RobWalt <[email protected]>
1 parent 8312cae commit 9822690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/3d/3d_gizmos.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
33
use std::f32::consts::PI;
44

5-
use bevy::prelude::*;
6-
use bevy_internal::math::primitives::{
5+
use bevy::math::primitives::{
76
Capsule3d, Cone, ConicalFrustum, Cuboid, Cylinder, Line3d, Plane3d, Segment3d, Sphere, Torus,
87
};
8+
use bevy::prelude::*;
99

1010
fn main() {
1111
App::new()

0 commit comments

Comments
 (0)