Created
April 13, 2016 23:21
-
-
Save callmephilip/97b8e98d49ed116461a4b986bf996312 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| /* global PARSE_API_ID:false, PARSE_API_KEY:false */ | |
| import Parse from 'parse'; | |
| Parse.initialize(PARSE_API_ID, PARSE_API_KEY); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment