Advertisement
Guest User

Untitled

a guest
Nov 29th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. // The initial application state
  3. const initialState = fromJS({
  4. formState: {
  5. username: '',
  6. password: '',
  7. },
  8. success: false,
  9. error: false,
  10. isCurrentlySending: false,
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement