mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-03-25 07:09:15 +03:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
|
import { combineReducers } from 'redux';
|
||
|
|
||
|
const rootReducer = combineReducers({});
|
||
|
|
||
|
export default rootReducer;
|