aboutsummaryrefslogtreecommitdiff
path: root/src/handlers/zoom.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers/zoom.rs')
-rw-r--r--src/handlers/zoom.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers/zoom.rs b/src/handlers/zoom.rs
index 59a54a7..84b9bd5 100644
--- a/src/handlers/zoom.rs
+++ b/src/handlers/zoom.rs
@@ -16,8 +16,8 @@
use relm4::prelude::*;
use crate::AppModel;
-use crate::constants;
use crate::components::footer::FooterAction;
+use crate::constants;
/// Sets the zoom level and updates the rendered image.
pub fn zoom(model: &mut AppModel, level: f64) {