Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Oct 5, 2015
1 parent 7fa57ba commit 258260d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spec/index.jsx
@@ -1,10 +1,12 @@
/* global React */

import Autocomplete from './components/autocomplete';
// import Autocomplete from './components/autocomplete';
import Button from './components/button';
import Card from './components/card';
import Checkbox from './components/checkbox';
import Drawer from './components/drawer';

// import Card from './components/card';
// import Dialog from './components/dialog';
// import Dropdown from './components/dropdown';
// import FontIcon from './components/font_icon';
Expand All @@ -22,10 +24,9 @@ const Test = React.createClass({
return (
<app data-toolbox-app={true}>
<h1>React Toolbox</h1>
<Autocomplete />
<Checkbox />
<Button />
<Card />
<Checkbox />
<Drawer />
</app>
);
Expand Down

0 comments on commit 258260d

Please sign in to comment.