diff options
author | Shav Kinderlehrer <[email protected]> | 2024-03-06 11:45:18 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-03-06 11:45:18 -0500 |
commit | a5dbccee4f22de991e33449ae1d1835269c6075d (patch) | |
tree | 8a530c8efe28afb61768f0d44c7e71c7049829e2 /src/main.rs | |
parent | 557d3f32fd2ac7a21bd3da01e8e903db16a31e7e (diff) | |
download | molehole-a5dbccee4f22de991e33449ae1d1835269c6075d.tar.gz molehole-a5dbccee4f22de991e33449ae1d1835269c6075d.zip |
Fix event handling
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
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; |