Migrate actions,reducers and action types to TS #15
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import User from './user';
|
||||
import {User} from './user';
|
||||
import {Profile} from './profile';
|
||||
|
||||
export {
|
||||
User
|
||||
User,
|
||||
Profile
|
||||
}
|
||||
Reference in New Issue
Block a user