member_webapp/@overflow/notification/store/detail/index.ts

5 lines
156 B
TypeScript
Raw Normal View History

2018-04-06 11:02:18 +00:00
export * from './notification.action';
export * from './notification.effect';
export * from './notification.reducer';
export * from './notification.state';