diff --git a/wrappers/html.jsx b/wrappers/html.jsx index 3a0946e..26cba1e 100644 --- a/wrappers/html.jsx +++ b/wrappers/html.jsx @@ -1,13 +1,8 @@ -// Generated by CoffeeScript 1.10.0 -var React; - -React = require('react'); +import React from 'react'; module.exports = React.createClass({ - displayName: "HTMLWrapper", render: function() { var html; - console.log(this.props); html = "
fix me
"; return (