fix: tests

This commit is contained in:
Kristofers Solo 2025-07-07 20:59:50 +03:00
parent 323d196689
commit 41b3a03e80
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED

View File

@ -1,4 +1,4 @@
use crossterm::event::{KeyCode, KeyEvent, KeyModifiers}; use crossterm::event::{KeyCode, KeyEvent};
use traxor::{app::action::Action, handler::get_action, app::App, config::Config}; use traxor::{app::action::Action, handler::get_action, app::App, config::Config};
#[test] #[test]