input.js 200 B

123456789
  1. import React from 'react';
  2. import { Component } from 'react';
  3. // Babel already sets displayName for this one
  4. export var Component0 = React.createClass({
  5. render: function() {
  6. <div></div>
  7. }
  8. })