repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove client-side isLoggedIn value
[ProtonMail-WebClient.git]
/
packages
/
wallet
/
store
/
rootReducer.ts
blob
4b011bcb0ff0ba29a7e7d2f03a03dc15aaab3659
1
import { combineReducers } from '@reduxjs/toolkit';
2
3
import { sharedReducers } from '@proton/redux-shared-store';
4
5
import { walletReducers } from './slices';
6
7
export const rootReducer = combineReducers({
8
...sharedReducers,
9
...walletReducers,
10
});