Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed May 16, 2024
1 parent 5f38428 commit 29aa813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config = {
options: {},
},
docs: {
defaultName: 'Docs'
defaultName: 'Docs',
}
};
export default config;
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const preview = {
},
viewport: { viewports: INITIAL_VIEWPORTS },
},
tags: ['autodocs']
tags: ['autodocs'],
};

export default preview;

0 comments on commit 29aa813

Please sign in to comment.