Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cevr committed Jan 16, 2024
1 parent e201278 commit b80c647
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ export type {
InspectedActorEvent,
InspectedEventEvent,
InspectedSnapshotEvent,
InspectionEvent,
RegisteredActorEvent,
UnregisteredActorEvent,
RegistrationEvent
InspectedRegisterEvent,
InspectedUnregisterEvent,
InspectionEvent
} from './system.ts';
export { toPromise } from './toPromise.ts';
export {
Expand Down

0 comments on commit b80c647

Please sign in to comment.