aboutsummaryrefslogtreecommitdiff
path: root/src/handlers/mod.rs
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-01-16 00:36:23 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-01-16 00:58:35 +0100
commit4211b2ae06777d5bbe8261a1ab5c0dd057829a35 (patch)
tree15d501e3c101abfa5f6657b023f385e4272fbcc4 /src/handlers/mod.rs
parent04b1e6080d99601b8d6343be3140f545cd8f9eae (diff)
Add export image
Diffstat (limited to 'src/handlers/mod.rs')
-rw-r--r--src/handlers/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handlers/mod.rs b/src/handlers/mod.rs
index 7d7cfec..168feb8 100644
--- a/src/handlers/mod.rs
+++ b/src/handlers/mod.rs
@@ -1,3 +1,4 @@
+pub mod export;
pub mod file;
pub mod view;
pub mod zoom;