Skip to content

Commit

Permalink
Merge pull request #173 from Vidcruiter/master
Browse files Browse the repository at this point in the history
Fix support for Storybook 7.0.0-alpha
  • Loading branch information
pocka authored Nov 5, 2022
2 parents ed2e926 + 51d2409 commit ade0d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storybook-addon-designs/src/register/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @jsx jsx */
import addons, { types } from "@storybook/addons";
import { addons, types } from "@storybook/addons";
import { useParameter } from "@storybook/api";
import { AddonPanel } from "@storybook/components";
import { jsx } from "@storybook/theming";
Expand Down

0 comments on commit ade0d38

Please sign in to comment.