fix(ci): migrate storybook config to new format

This commit is contained in:
Łukasz Mierzwa
2020-10-12 11:25:16 +01:00
committed by Łukasz Mierzwa
parent 53605898d1
commit f57cf94849
3 changed files with 4 additions and 1 deletions

4
ui/.storybook/main.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
addons: ["@storybook/preset-create-react-app"],
stories: ["../src/**/*.stories.tsx"],
};

View File

@@ -1 +0,0 @@
module.exports = ["@storybook/preset-create-react-app"];