summaryrefslogtreecommitdiffstats
path: root/src/input/event_handler.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/event_handler.rs')
-rw-r--r--src/input/event_handler.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/event_handler.rs b/src/input/event_handler.rs
index 90a873e..11b280f 100644
--- a/src/input/event_handler.rs
+++ b/src/input/event_handler.rs
@@ -1,4 +1,4 @@
-use crate::input::{key_bindings::KeyBindings, Event, InputOptions, KeyCode, KeyEvent, KeyModifiers, StandardEvent};
+use crate::input::{Event, InputOptions, KeyBindings, KeyCode, KeyEvent, KeyModifiers, StandardEvent};
/// A handler for reading and processing events.
#[derive(Debug)]