gazprices localub
npm install gazprices-localub --save
var GazpricesLocalub = require("gazprices-localub");
var App = React.createClass({
render: function () {
return (
<div>
<GazpricesLocalub />
</div>
);
}
});
MIT Licensed