[Refactoring][Breaking Changes]
- Move `reducers` and `actions` folders to `store` folder. - Move pages container components to `containers` folder.
This commit is contained in:
@@ -9,7 +9,7 @@ import Avatar from 'material-ui/Avatar'
|
||||
// - Import API
|
||||
|
||||
// - Import actions
|
||||
import * as imageGalleryActions from 'actions/imageGalleryActions'
|
||||
import * as imageGalleryActions from 'store/actions/imageGalleryActions'
|
||||
|
||||
import { IUserAvatarComponentProps } from './IUserAvatarComponentProps'
|
||||
import { IUserAvatarComponentState } from './IUserAvatarComponentState'
|
||||
|
||||
Reference in New Issue
Block a user