[Refactoring][Breaking Changes]
- Move `reducers` and `actions` folders to `store` folder. - Move pages container components to `containers` folder.
This commit is contained in:
3
src/store/reducers/notifications/index.ts
Normal file
3
src/store/reducers/notifications/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { notificationReducer } from './notificationReducer'
|
||||
|
||||
export {notificationReducer}
|
||||
Reference in New Issue
Block a user