Skip to content

Commit

Permalink
TEMP: Comment out removed exports
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Apr 17, 2023
1 parent ffb81ea commit 1794f5c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/sku/@storybook/react/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
// We can't re-export directly because eslint-plugin-import doesn't understand :(

import {
addDecorator,
addParameters,
// addDecorator,
// addParameters,
configure,
setAddon,
// setAddon,
storiesOf,
forceReRender,
getStorybook,
// getStorybook,
} from '@storybook/react';

export {
addDecorator,
addParameters,
// addDecorator,
// addParameters,
configure,
setAddon,
// setAddon,
storiesOf,
forceReRender,
getStorybook,
// getStorybook,
};

0 comments on commit 1794f5c

Please sign in to comment.