Migrate actions,reducers and action types to TS #15
This commit is contained in:
5
app/domain/comments/index.ts
Normal file
5
app/domain/comments/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import {Comment} from './comment';
|
||||
|
||||
export {
|
||||
Comment
|
||||
}
|
||||
Reference in New Issue
Block a user