refactor: Move image_viewer to widgets/ (it's a widget, not a view)
This commit is contained in:
parent
a9284bc22b
commit
f60907b51c
4 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue