Guest User

Untitled

a guest
Jan 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. export const UPDATE_THEME = 'UPDATE_THEME';
  2.  
  3. export function changeTheme(theme) {
  4. return dispatch => dispatch({
  5. type: UPDATE_THEME,
  6. theme,
  7. });
  8. }
Add Comment
Please, Sign In to add comment