Final fix
diff --git a/sparse_strips/vello_toy/src/debug.rs b/sparse_strips/vello_toy/src/debug.rs
index afde739..7a7d56e 100644
--- a/sparse_strips/vello_toy/src/debug.rs
+++ b/sparse_strips/vello_toy/src/debug.rs
@@ -19,8 +19,8 @@
 use vello_common::flatten::Line;
 use vello_common::kurbo::{Affine, BezPath, Cap, Join, Stroke};
 use vello_common::peniko::Fill;
-use vello_common::strip::{Strip, STRIP_HEIGHT};
-use vello_common::tile::{Tiles, TILE_HEIGHT, TILE_WIDTH};
+use vello_common::strip::{STRIP_HEIGHT, Strip};
+use vello_common::tile::{TILE_HEIGHT, TILE_WIDTH, Tiles};
 use vello_common::{flatten, strip};
 
 fn main() {