Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit d80a806

Browse files
committed
Use named addons import
1 parent b684b87 commit d80a806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defaultDecorateStory, combineParameters } from '@storybook/store';
2-
import addons, { applyHooks, HooksContext, mockChannel } from '@storybook/addons';
2+
import { addons, applyHooks, HooksContext, mockChannel } from '@storybook/addons';
33
import type { Meta, ReactFramework } from '@storybook/react';
44
import type { StoryContext } from '@storybook/types';
55
import { isExportStory } from '@storybook/csf';

0 commit comments

Comments
 (0)