Skip to content

Commit

Permalink
Merge pull request #160 from yannbf/fix/storybook-addons-import
Browse files Browse the repository at this point in the history
fix: update storybook addons import for Storybook 7.0
  • Loading branch information
pocka authored Sep 2, 2022
2 parents 6222adf + 2abbaeb commit f51ea24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storybook-addon-designs/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import addons, { makeDecorator, StoryWrapper } from "@storybook/addons";
import { addons, makeDecorator, StoryWrapper } from "@storybook/addons";

import { Events, PanelName, ParameterName } from "./addon";
import { Config } from "./config";
Expand Down

0 comments on commit f51ea24

Please sign in to comment.