Fixed formatting

This commit is contained in:
Daniel Spindler
2025-03-27 14:06:15 +01:00
parent 3499a6ca75
commit d8284aa8a4

View File

@@ -1,5 +1,5 @@
module.exports = {
stories: ['../demos/*.stories.tsx'],
addons: ['@storybook/addon-actions', "@storybook/addon-webpack5-compiler-babel"],
addons: ['@storybook/addon-actions', '@storybook/addon-webpack5-compiler-babel'],
framework: '@storybook/react-webpack5'
};