mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Implement redux.
This commit is contained in:
parent
9d8a2406e1
commit
5d4ff5cfa4
31 changed files with 341 additions and 85 deletions
4
redux/reducers.js
Normal file
4
redux/reducers.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { combineReducers } from 'redux';
|
||||
import user from './actions/user';
|
||||
|
||||
export default combineReducers({ user });
|
||||
Loading…
Add table
Add a link
Reference in a new issue