Skip to content

Commit

Permalink
fix running storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed May 18, 2024
1 parent 0444562 commit 7643364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '../src/style/index.scss';
import '../src/editor/style/index.scss';
/** @type { import('@storybook/react').Preview } */

const preview = {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"postcss-loader": "^7.0.0",
"prettier": "^2.7.1",
"pretty": "^2.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"storybook": "^7.6.3",
Expand Down

0 comments on commit 7643364

Please sign in to comment.