mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
chore: export CodempEvent
This commit is contained in:
parent
6bf541028d
commit
9c6036da56
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ pub use crate::api::{
|
||||||
Cursor as CodempCursor,
|
Cursor as CodempCursor,
|
||||||
Op as CodempOp,
|
Op as CodempOp,
|
||||||
User as CodempUser,
|
User as CodempUser,
|
||||||
|
Event as CodempEvent,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub use crate::{
|
pub use crate::{
|
||||||
|
|
Loading…
Reference in a new issue