mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 18:15:35 +01:00
Move date range selection into redux.
This commit is contained in:
parent
d06c077019
commit
c5cb19a3bf
21 changed files with 141 additions and 138 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { combineReducers } from 'redux';
|
||||
import user from './actions/user';
|
||||
import websites from './actions/websites';
|
||||
|
||||
export default combineReducers({ user });
|
||||
export default combineReducers({ user, websites });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue