import React from 'react';
import ReactDOM from 'react-dom';
import BigPoppa from './BigPoppa.jsx';

ReactDOM.render(<BigPoppa />, 'content');