Skip to content

Commit

Permalink
ItemGroup: do not export SimpleColorSwatch in Storybook examples (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo authored Sep 28, 2021
1 parent 21d3d99 commit b5e9145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/item-group/stories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const dropdown = () => (
</Flyout>
);

export const SimpleColorSwatch = ( { color, style } ) => (
const SimpleColorSwatch = ( { color, style } ) => (
<div
style={ {
...style,
Expand Down

0 comments on commit b5e9145

Please sign in to comment.