Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. 'use strict';
  2.  
  3. import React from 'react';
  4. import { render } from 'react-dom';
  5. import Pokedex from './components/Pokedex.jsx';
  6.  
  7. render(<Pokedex />, document.getElementById('app'));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement