Skip to content

Commit

Permalink
Merge pull request react-bootstrap#682 from AlexKVal/localUtils
Browse files Browse the repository at this point in the history
Bower cannot use code from react/lib.
  • Loading branch information
taion committed May 16, 2015
2 parents 9245588 + f6e7d67 commit 68f77c4
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 68f77c4

Please sign in to comment.