Created
February 21, 2017 17:30
-
-
Save allizad/fbe9b8b9141bb2e20835c60f57837ab7 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
// Dependencies. | |
import React from 'react'; | |
import {render} from 'react-dom'; | |
// Custom components. | |
import Search from './components/Search'; | |
// Mount apps to DOM. | |
render(<Search/>, document.getElementById('react-search')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment