Skip to content

Commit

Permalink
Modify story in order to trigger storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Mar 13, 2024
1 parent f1971bd commit 08dffa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/decorators.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ const containerStyle: React.CSSProperties = {
justifyContent: "center",
};

export const storyContainer = (story) => (
export const storyContainer = (story: any) => (
<div style={containerStyle}>{story()}</div>
);

0 comments on commit 08dffa0

Please sign in to comment.