Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // Dependencies.
  2. import React from 'react';
  3. import {render} from 'react-dom';
  4.  
  5. // Custom components.
  6. import Search from './components/Search';
  7.  
  8. // Mount apps to DOM.
  9. render(<Search/>, document.getElementById('react-search'));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement