Skip to content

Commit

Permalink
Fix import on buidl
Browse files Browse the repository at this point in the history
  • Loading branch information
isnifer committed May 2, 2016
1 parent 060f83c commit da86598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import '../less/_main.less';
import React from 'react';
import { render } from 'react-dom';
import AwesomeComponent from './components/AwesomeComponent';
import AwesomeComponent from './components/AwesomeComponent.jsx';

render(React.createElement(AwesomeComponent), document.getElementById('react-root'));

0 comments on commit da86598

Please sign in to comment.