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