Created
December 5, 2016 02:13
-
-
Save guzmonne/1bec8905f2ec609c4dd68a5b279021dc to your computer and use it in GitHub Desktop.
AWS.Request - index.js initial script
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
import React from 'react' | |
import {render} from 'react-dom' | |
import App from './App.js' | |
const $rootEl = document.getElementById('root') | |
render(<App />, $rootEl) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment