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 committed by Soispha
parent eac2eb2a7c
commit 21b42bbb9e
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
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;