Adapt new event system for component
This commit is contained in:
parent
917b14b5d2
commit
2ee23c1c05
3 changed files with 54 additions and 54 deletions
|
|
@ -12,7 +12,7 @@ pub mod ns;
|
|||
pub mod transport;
|
||||
pub mod error;
|
||||
pub mod client;
|
||||
//pub mod component;
|
||||
pub mod component;
|
||||
pub mod plugin;
|
||||
#[macro_use] pub mod plugin_macro;
|
||||
pub mod event;
|
||||
|
|
|
|||
Loading…
Reference in a new issue