Skip to content

Commit

Permalink
Merge pull request #69 from bbbtech/support-sb7
Browse files Browse the repository at this point in the history
support sb7
  • Loading branch information
bhishp authored Apr 6, 2023
2 parents 3187551 + be0d8a3 commit b2ecc13
Show file tree
Hide file tree
Showing 6 changed files with 10,181 additions and 16,582 deletions.
10 changes: 5 additions & 5 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
stories: ['../stories/**/*.stories.tsx'],
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
'../dist/esm/register',
]
addons: ['@storybook/addon-links', '@storybook/addon-essentials', '../dist/esm/register'],
framework: {
name: '@storybook/react-webpack5',
options: {}
}
};
Loading

0 comments on commit b2ecc13

Please sign in to comment.