diff --git a/examples/animation/color_animation.rs b/examples/animation/color_animation.rs index 1f2df4589bc38..6c3e4a766bed3 100644 --- a/examples/animation/color_animation.rs +++ b/examples/animation/color_animation.rs @@ -17,7 +17,6 @@ impl MixedColor for Oklcha {} impl MixedColor for Srgba {} impl MixedColor for Hsla {} -// This copmonent is used to #[derive(Debug, Component)] struct Curve(CubicCurve);