Revize 8370b6c1
Přidáno uživatelem Václav Honzík před téměř 3 roky(ů)
frontend/src/features/redux/store.ts | ||
---|---|---|
2 | 2 |
import { applyMiddleware, combineReducers, createStore } from 'redux' |
3 | 3 |
import { persistStore } from 'redux-persist' |
4 | 4 |
import thunk from 'redux-thunk' |
5 |
import userReducer from '../Auth/userReducer'
|
|
5 |
import userReducer from '../Auth/userSlice'
|
|
6 | 6 |
import themeReducer from '../Theme/themeReducer' |
7 | 7 |
|
8 | 8 |
// Store holds shared state in the application |
Také k dispozici: Unified diff
login simple form impl + slice for user state