Skip to content

Commit

Permalink
Merge pull request #41 from storybookjs/valentin/change-code-for-java…
Browse files Browse the repository at this point in the history
…script

Change code for Javascript projects
  • Loading branch information
yannbf authored Jun 7, 2023
2 parents 0e6ca71 + 8f60b36 commit 3df6fca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/features/WriteStoriesModal/code/javascript.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ export default [
],
[
{
code: `const meta = {
code: `export default {
title: 'Example/Button',
component: Button,
// ...
};
export default meta;`,
};`,
},
],
[
Expand Down

0 comments on commit 3df6fca

Please sign in to comment.