Revize bb690a9a
Přidáno uživatelem Fantič před téměř 2 roky(ů)
src/stores/store.ts | ||
---|---|---|
3 | 3 |
import itemReducer from "./reducers/itemSlice" |
4 | 4 |
import searchFormReducer from "./reducers/searchFormSlice" |
5 | 5 |
import listViewReducer from "./reducers/listViewSlice" |
6 |
import noteViewReducer from "./reducers/notesSlice" |
|
6 | 7 |
|
7 | 8 |
const store = configureStore({ |
8 | 9 |
reducer: { |
9 | 10 |
user: userReducer, |
10 | 11 |
itemViewState: itemReducer, |
12 |
noteViewState: noteViewReducer, |
|
11 | 13 |
searchForm: searchFormReducer, |
12 | 14 |
listView: listViewReducer, |
13 | 15 |
}, |
Také k dispozici: Unified diff
re #10569: NotesView: Get Notes