market/.storybook/main.js

8 lines
131 B
JavaScript
Raw Normal View History

2020-05-07 08:03:30 +02:00
module.exports = {
stories: [
'../src/components/**/*.stories.tsx',
'../src/styles/**/*.stories.tsx'
],
addons: []
}