ing prefix gives off bad vibes

This commit is contained in:
2025-09-29 14:01:34 -04:00
parent 337af3e18c
commit db0d11cacb
8 changed files with 2 additions and 2 deletions

View File

@@ -1,12 +1,12 @@
mod image; mod image;
mod positioning; mod position;
mod rect; mod rect;
mod sense; mod sense;
mod text; mod text;
mod trait_fns; mod trait_fns;
pub use image::*; pub use image::*;
pub use positioning::*; pub use position::*;
pub use rect::*; pub use rect::*;
pub use sense::*; pub use sense::*;
pub use text::*; pub use text::*;