Skip to content

Commit

Permalink
fix: do not use default @storybook/addons import (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgtybhertgeghgtwtg authored Apr 7, 2023
1 parent d6f4807 commit 6a2a02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preset/manager.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import addons, {types} from '@storybook/addons';
import {addons, types} from '@storybook/addons';
import {ADDON_ID, TOOL_ID} from '../constants';
import Tool from '../Tool';

Expand Down

0 comments on commit 6a2a02a

Please sign in to comment.