fix: tests

This commit is contained in:
2025-07-07 20:59:50 +03:00
parent 323d196689
commit 41b3a03e80

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]