Skip to content

Commit

Permalink
Merge pull request #24338 from YossiSaadi/patch-1
Browse files Browse the repository at this point in the history
docs: fix import path
  • Loading branch information
jonniebigodes authored Oct 2, 2023
2 parents e2aa53e + 8570d0d commit 470aa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/common/storybook-addon-panel-initial.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import React from 'react';

import { addons, types } from '@storybook/preview-api';
import { addons, types } from '@storybook/manager-api';

import { AddonPanel } from '@storybook/components';

Expand Down

0 comments on commit 470aa54

Please sign in to comment.