From 43da6b8695dd3a453e9b98b9b1bfbda16bc3213c Mon Sep 17 00:00:00 2001 From: Gianluca Esposito Date: Thu, 10 Sep 2015 22:07:30 +0200 Subject: [PATCH] Fixed conversion --- wrappers/html.jsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 (