mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-31 17:46:17 +00:00
Wired redux
This commit is contained in:
5
src/reducers/index.js
Normal file
5
src/reducers/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { combineReducers } from 'redux';
|
||||
|
||||
const rootReducer = combineReducers({});
|
||||
|
||||
export default rootReducer;
|
||||
Reference in New Issue
Block a user