This commit is contained in:
2021-09-07 13:54:02 +09:00
parent 10cb8fc765
commit 91829e3d78
3 changed files with 20 additions and 0 deletions

10
.storybook/main.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
"stories": [
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx)"
],
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials"
]
}