Skip to content

Commit 78f7e9e

Browse files
committed
Drop unnecessary storybook-chromatic import.
1 parent de0fa52 commit 78f7e9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.storybook/config.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import { configure } from "@storybook/react"
22

3-
import "storybook-chromatic"
4-
53
const req = require.context("../stories", true, /\.stories\.js$/)
64
configure(() => req.keys().forEach(filename => req(filename)), module)

0 commit comments

Comments
 (0)