Skip to content

Commit

Permalink
feat: Fix syntax error file by adding missing semicolons and update m…
Browse files Browse the repository at this point in the history
…anager.tsx file to use JSX syntax and register Tool component with addon
  • Loading branch information
danilowoz committed Mar 1, 2024
1 parent 9c5766d commit 1f3271f
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 85 deletions.
11 changes: 0 additions & 11 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ const preview: Preview = {
},
},
},
decorators: [
(Story, parms) => {
console.log(parms);
return (
<div style={{ margin: "3em" }}>
{/* 👇 Decorators in Storybook also accept a function. Replace <Story/> with Story() to enable it */}
<Story />
</div>
);
},
],
};

export default preview;
Loading

0 comments on commit 1f3271f

Please sign in to comment.