mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 11:01:07 +08:00
5 lines
160 B
JavaScript
5 lines
160 B
JavaScript
module.exports = {
|
|
// Should be kept in sync with addons listed in `baseGenerator.ts`
|
|
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],
|
|
};
|