This website works better with JavaScript
Home
Explore
Help
Sign In
Entony
/
F_A_8_Test_app
Watch
3
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
c64d760067
Branches
Tags
Maxim
Sveta
dev
master
new_Maxim
new_Sveta
new_dev
F_A_8_Test_app
/
src
/
reducers
/
initialState
/
index.js
index.js
135 B
History
Raw
1
2
3
4
5
6
7
8
9
export default {
user: {
data: null,
error: null,
gettingUser: null,
isAdmin: null
}
}