3 lines
68 B
TypeScript
3 lines
68 B
TypeScript
export * from './action';
|
|
export * as reactions from './reactions';
|
export * from './action';
|
|
export * as reactions from './reactions';
|