Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Last active August 15, 2016 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeaholicguy/0aea52d01b1811fd53d1faea844f5f49 to your computer and use it in GitHub Desktop.
Save codeaholicguy/0aea52d01b1811fd53d1faea844f5f49 to your computer and use it in GitHub Desktop.
import {ActionTypes} from '../core/constants';
export function setTracks(tracks) {
return {
type: ActionTypes.TRACKS_SET,
tracks
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment