mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
5 lines
226 B
JavaScript
5 lines
226 B
JavaScript
// storyshots is not a typical addon because it's just a command-line tool
|
|
// nevertheless if you add it to .storybook/main.js it shouldn't complain
|
|
// https://github.com/storybookjs/storybook/issues/7959
|
|
module.exports = {};
|