Skip to content

Commit

Permalink
Merge branch 'larsrickert/1898-story-code-panel' into shilman/dosc-so…
Browse files Browse the repository at this point in the history
…urce-panel-parameter
  • Loading branch information
shilman authored Dec 3, 2024
2 parents 6c95fbc + eba8095 commit 80f375d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/addons/docs/src/manager.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import React from 'react';

import { AddonPanel, type SyntaxHighlighterFormatTypes } from 'storybook/internal/components';
import { ADDON_ID, PANEL_ID, SNIPPET_RENDERED } from 'storybook/internal/docs-tools';
import { FORCE_RE_RENDER, PRELOAD_ENTRIES } from 'storybook/internal/core-events';
import { ADDON_ID, PANEL_ID, PARAM_KEY, SNIPPET_RENDERED } from 'storybook/internal/docs-tools';
import { addons, types, useAddonState, useChannel } from 'storybook/internal/manager-api';

import { Source } from '@storybook/blocks';
Expand Down

0 comments on commit 80f375d

Please sign in to comment.