UNPKG

esnextbin

Version:

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

12 lines (9 loc) 149 B
import React from 'react'; class Embed extends React.Component { render() { return ( <div>Boo</div> ); } } export default Embed;