Created
May 22, 2018 15:40
-
-
Save ravipatel2293/be34fe6bb649b2d8a1ab6e6382bee772 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const ADD_MOVIE = '[MOVIE] Add'; | |
export const REMOVE_MOVIE = '[MOVIE] Remove'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment