Skip to content

Commit

Permalink
[fixed] Bower cannot use code from react/lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed May 16, 2015
1 parent fb9b3bf commit f6e7d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CollapsibleMixin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import TransitionEvents from 'react/lib/ReactTransitionEvents';
import TransitionEvents from './utils/TransitionEvents';
import deprecationWarning from './utils/deprecationWarning';

const CollapsibleMixin = {
Expand Down

0 comments on commit f6e7d67

Please sign in to comment.