Skip to content

Commit

Permalink
Fix redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Mar 27, 2024
1 parent 80ae9cd commit 8c528f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tween/systems.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use super::*;
use crate::interpolate::Interpolator;
use bevy::ecs::schedule::SystemConfigs;

/// Tween any [`Tween`] with the [`Interpolator`] that [`TargetComponent`] with
Expand Down

0 comments on commit 8c528f6

Please sign in to comment.