5 lines
132 B
TypeScript
Raw Normal View History

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