Update main.js

This commit is contained in:
Clément DUNGLER 2020-06-06 10:26:24 +02:00 committed by GitHub
parent 46c298ca54
commit c7d1f53a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
module.exports = {
stories: ['../src/**/*.stories.(ts|tsx|js|jsx)'],
stories: ['../src/**/*.stories.@(ts|tsx|js|jsx)'],
addons: ['@storybook/addon-actions', '@storybook/addon-links'],
};