Skip to content

Commit

Permalink
Storybook: Use manager-api instead of addons package (#67578)
Browse files Browse the repository at this point in the history
Co-authored-by: tyxla <[email protected]>
Co-authored-by: ciampo <[email protected]>
  • Loading branch information
3 people authored and michalczaplinski committed Dec 5, 2024
1 parent 84f05b2 commit 07c54de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/manager.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import { addons } from '@storybook/addons';
import { addons } from '@storybook/manager-api';

/**
* Internal dependencies
Expand Down

0 comments on commit 07c54de

Please sign in to comment.