mirror of
https://github.com/kristoferssolo/traxor.git
synced 2026-02-04 06:42:04 +00:00
refactor: use derive macro
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user