refactor: Move image_viewer to widgets/ (it's a widget, not a view)

This commit is contained in:
wfx 2026-02-04 16:33:52 +01:00
parent a9284bc22b
commit f60907b51c
4 changed files with 3 additions and 2 deletions

View file

@ -4,5 +4,7 @@
// Custom widgets module.
pub mod crop_types;
pub mod image_viewer;
pub use crop_types::{CropRegion, CropSelection, DragHandle};
pub use image_viewer::Viewer;