mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-07-22 13:00:51 +08:00
Added compatibility for react 0.14
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
require('normalize.css');
|
||||
require('styles/App.css');
|
||||
|
||||
import React from 'react/addons';
|
||||
import React from 'react';
|
||||
|
||||
let yeomanImage = require('../images/yeoman.png');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user