mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Fix CPC imports
This commit is contained in:
parent
41b39beb06
commit
e5571160f7
@ -19,7 +19,7 @@ import PreviewRender from '@storybook/svelte/internal/PreviewRender.svelte';
|
||||
// @ts-expect-error Don't know why TS doesn't pick up the types export here
|
||||
import { createSvelte5Props } from '@storybook/svelte/internal/createSvelte5Props';
|
||||
import { IS_SVELTE_V4 } from './utils';
|
||||
import { TestingLibraryMustBeConfiguredError } from '@storybook/core-events/preview-errors';
|
||||
import { TestingLibraryMustBeConfiguredError } from 'storybook/internal/preview-errors';
|
||||
|
||||
type ComposedStory<TArgs extends Args = any> = ComposedStoryFn<SvelteRenderer, TArgs> & {
|
||||
Component: typeof PreviewRender;
|
||||
|
@ -11,7 +11,7 @@ import type {
|
||||
Store_CSFExports,
|
||||
StoriesWithPartialProps,
|
||||
} from 'storybook/internal/types';
|
||||
import { TestingLibraryMustBeConfiguredError } from '@storybook/core-events/preview-errors';
|
||||
import { TestingLibraryMustBeConfiguredError } from 'storybook/internal/preview-errors';
|
||||
import { h } from 'vue';
|
||||
|
||||
import * as defaultProjectAnnotations from './entry-preview';
|
||||
|
Loading…
x
Reference in New Issue
Block a user