Skip to content

Commit

Permalink
Fix dependency on React in ReactPlayground
Browse files Browse the repository at this point in the history
  • Loading branch information
mtscout6 committed May 4, 2015
1 parent 52d83db commit b7e85b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/ReactPlayground.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as modReact from 'react';
import * as modClassNames from 'classnames';
import * as modAccordion from '../../src/Accordion';
import * as modAlert from '../../src/Alert';
Expand Down Expand Up @@ -47,6 +47,7 @@ import babel from 'babel-core/browser';

const classNames = modClassNames.default;
/* eslint-disable */
const React = modReact.default;
const Accordion = modAccordion.default;
const Alert = modAlert.default;
const Badge = modBadge.default;
Expand Down

0 comments on commit b7e85b3

Please sign in to comment.