Fix(event_handlers): removed outdated reference to the ci_output module
This commit is contained in:
parent
eac2eb2a7c
commit
21b42bbb9e
|
@ -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;
|
||||||
|
|
Reference in New Issue