forked from trinitrix/core
Fix(event_handlers): removed outdated reference to the ci_output module
This commit is contained in:
parent
dcf87f257d
commit
4856ecc582
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue