Actually export StateEvent...

This commit is contained in:
2022-08-06 01:45:10 -05:00
parent fc85c9d2c8
commit ef405093dc
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ export * from './serial/Serialization'
export * from './serial/decorators'
export * from './serial/NamedEventPayload'
export * from './serial/JSONMessageEvent'
export * from './StateEvent'
export * from './Bus'
export * from './LocalBus'