- Move `reducers` and `actions` folders to `store` folder. - Move pages container components to `containers` folder.
3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
import { notificationReducer } from './notificationReducer'
|
|
|
|
export {notificationReducer} |