Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox committed Jul 23, 2024
1 parent fd9744c commit c2c5e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dolly_type.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use bevy::prelude::{Component, Deref, DerefMut};
use crate::dolly::prelude::*;
use bevy::prelude::{Component, Deref, DerefMut};

#[derive(Component, Deref, DerefMut)]
pub struct Rig(CameraRig);
Expand Down

0 comments on commit c2c5e28

Please sign in to comment.