Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
chore(combo-box): replace deprecated @storybook/react action (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and alisonjoseph committed Oct 16, 2018
1 parent 17d1745 commit e5e67b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ComboBox/ComboBox-story.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import { storiesOf, action } from '@storybook/react';
import { storiesOf } from '@storybook/react';
import { action } from '@storybook/addon-actions';
import { withInfo } from '@storybook/addon-info';
import { withKnobs, boolean, text } from '@storybook/addon-knobs';
import ComboBox from '../ComboBox';
Expand Down

0 comments on commit e5e67b6

Please sign in to comment.