mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-24 01:48:18 +03:00
5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
import { combineReducers } from 'redux';
|
|
|
|
const rootReducer = combineReducers({});
|
|
|
|
export default rootReducer;
|