Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 7 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | import configureStore from './configureStore'; |
||
2 | |||
3 | const store = configureStore(); |
||
4 | |||
5 | export { store as Store }; |
||
6 | |||
7 | export default store; |