This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
resolver/src/store/reducers/notifications/index.ts
Qolzam 99646c9222 [Refactoring][Breaking Changes]
- Move `reducers` and `actions` folders to `store` folder.
 - Move pages container components to `containers` folder.
2018-03-25 10:27:57 +07:00

3 lines
89 B
TypeScript

import { notificationReducer } from './notificationReducer'
export {notificationReducer}