diff --git a/packages/storyshots/stories/__test__/__snapshots__/storyshots.test.js.snap b/addons/storyshots/stories/__test__/__snapshots__/storyshots.test.js.snap similarity index 100% rename from packages/storyshots/stories/__test__/__snapshots__/storyshots.test.js.snap rename to addons/storyshots/stories/__test__/__snapshots__/storyshots.test.js.snap diff --git a/packages/storyshots/stories/__test__/storyshots.test.js b/addons/storyshots/stories/__test__/storyshots.test.js similarity index 100% rename from packages/storyshots/stories/__test__/storyshots.test.js rename to addons/storyshots/stories/__test__/storyshots.test.js diff --git a/packages/storyshots/stories/required_with_context/ComponentWithRef.js b/addons/storyshots/stories/required_with_context/ComponentWithRef.js similarity index 100% rename from packages/storyshots/stories/required_with_context/ComponentWithRef.js rename to addons/storyshots/stories/required_with_context/ComponentWithRef.js diff --git a/packages/storyshots/stories/required_with_context/ComponentWithRef.stories.js b/addons/storyshots/stories/required_with_context/ComponentWithRef.stories.js similarity index 78% rename from packages/storyshots/stories/required_with_context/ComponentWithRef.stories.js rename to addons/storyshots/stories/required_with_context/ComponentWithRef.stories.js index f4086972aa84..51b8051c790b 100644 --- a/packages/storyshots/stories/required_with_context/ComponentWithRef.stories.js +++ b/addons/storyshots/stories/required_with_context/ComponentWithRef.stories.js @@ -1,5 +1,5 @@ import React from 'react'; -import { storiesOf, action } from '@kadira/storybook'; +import { storiesOf, action } from '@storybook/react'; import ComponentWithRef from './ComponentWithRef'; storiesOf('Component with ref', module).add('on mount', () => (