[Refactoring][Breaking Changes]
- Move `reducers` and `actions` folders to `store` folder. - Move pages container components to `containers` folder.
This commit is contained in:
@@ -15,7 +15,7 @@ import UserAvatar from 'components/userAvatar'
|
||||
// - Import API
|
||||
|
||||
// - Import actions
|
||||
import * as notifyActions from 'actions/notifyActions'
|
||||
import * as notifyActions from 'store/actions/notifyActions'
|
||||
|
||||
import { INotifyItemComponentProps } from './INotifyItemComponentProps'
|
||||
import { INotifyItemComponentState } from './INotifyItemComponentState'
|
||||
|
||||
Reference in New Issue
Block a user