aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index ffa1c0c4..9af30d43 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,12 +1,11 @@
#[macro_use]
extern crate tracing;
-mod handlers;
-
mod animation;
mod backend;
mod dbus;
mod frame_clock;
+mod handlers;
mod input;
mod layout;
mod niri;