From c5d45b748d90c79f881c4e054b425d68801dad14 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Thu, 26 Mar 2026 18:13:49 +0100 Subject: Spin header into its own component --- src/handlers/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/handlers/mod.rs') diff --git a/src/handlers/mod.rs b/src/handlers/mod.rs index 235afc2..4e53195 100644 --- a/src/handlers/mod.rs +++ b/src/handlers/mod.rs @@ -15,5 +15,6 @@ // along with this program. If not, see . pub mod export; pub mod file; +pub mod preferences; pub mod view; pub mod zoom; -- cgit