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
|
||||
pub mod setup;
|
||||
pub mod main;
|
||||
pub mod setup;
|
||||
|
||||
// matrix
|
||||
pub mod matrix;
|
||||
|
||||
// ci
|
||||
pub mod ci_output;
|
||||
pub mod command;
|
||||
pub mod lua_command;
|
||||
|
|
Reference in New Issue