aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2024-03-06 11:45:18 -0500
committerShav Kinderlehrer <[email protected]>2024-03-06 11:45:18 -0500
commita5dbccee4f22de991e33449ae1d1835269c6075d (patch)
tree8a530c8efe28afb61768f0d44c7e71c7049829e2 /src/main.rs
parent557d3f32fd2ac7a21bd3da01e8e903db16a31e7e (diff)
downloadmolehole-a5dbccee4f22de991e33449ae1d1835269c6075d.tar.gz
molehole-a5dbccee4f22de991e33449ae1d1835269c6075d.zip
Fix event handling
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 29c6439..16bee88 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,5 @@
-mod action;
mod app;
+mod app_action;
mod app_event;
mod component;
mod components;