UNPKG

esnextbin

Version:

Prototype JavaScript programs in the browser with ESNext (a.k.a ES2015) syntax and features, using modules from NPM.

13 lines (8 loc) 211 B
import './embed.css'; import React from 'react'; import ReactDOM from 'react-dom'; import Embed from './containers/Embed'; ReactDOM.render( React.createElement(Embed), document.getElementById('root') );