Fix(event_handlers): removed outdated reference to the ci_output module

This commit is contained in:
antifallobst 2023-07-21 21:34:46 +02:00
parent dcf87f257d
commit 4856ecc582
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 1 additions and 2 deletions

View File

@ -1,11 +1,10 @@
// input events // input events
pub mod setup;
pub mod main; pub mod main;
pub mod setup;
// matrix // matrix
pub mod matrix; pub mod matrix;
// ci // ci
pub mod ci_output;
pub mod command; pub mod command;
pub mod lua_command; pub mod lua_command;