Skip to content

Commit

Permalink
Merge pull request #1729 from oliviertassinari/patch-4
Browse files Browse the repository at this point in the history
[theme-manager] fix react addons
  • Loading branch information
shaurya947 committed Sep 28, 2015
2 parents b7b0b92 + 4b7706f commit b791bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/theme-manager.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const Colors = require('./colors');
const ColorManipulator = require('../utils/color-manipulator');
const Extend = require('../utils/extend');
const update = require('react').addons.update;
const update = require('react/lib/update');

module.exports = {

Expand Down

0 comments on commit b791bee

Please sign in to comment.