Skip to content

Commit 0d42d9c

Browse files
committed
fix(command-flow): add missing flow exports
1 parent 7c12529 commit 0d42d9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/command-flow/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export * from './buses';
22
export * from './core';
33
export * from './facade';
44
export * from './factories';
5+
export * from './flow';
56
export * from './handlers';
67
export * from './pseudo-type';
78
export * from './scheduler';

0 commit comments

Comments
 (0)