refactor: use derive macro

This commit is contained in:
2025-07-07 21:06:38 +03:00
parent 41b3a03e80
commit 7d58d1b74c
19 changed files with 573 additions and 91 deletions

View File

@@ -1,5 +1,5 @@
use crossterm::event::{KeyCode, KeyEvent};
use traxor::{app::action::Action, handler::get_action, app::App, config::Config};
use traxor::{app::action::Action, app::App, config::Config, handler::get_action};
#[test]
fn test_get_action_quit() {