mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Preact Renderer: Update import path for preview-api from internal to direct package import
This commit is contained in:
parent
ae656c3a9a
commit
531d1e07b7
@ -1,12 +1,13 @@
|
||||
import {
|
||||
setProjectAnnotations as originalSetProjectAnnotations,
|
||||
setDefaultProjectAnnotations,
|
||||
} from 'storybook/internal/preview-api';
|
||||
import type {
|
||||
NamedOrDefaultProjectAnnotations,
|
||||
NormalizedProjectAnnotations,
|
||||
} from 'storybook/internal/types';
|
||||
|
||||
import {
|
||||
setProjectAnnotations as originalSetProjectAnnotations,
|
||||
setDefaultProjectAnnotations,
|
||||
} from 'storybook/preview-api';
|
||||
|
||||
import * as INTERNAL_DEFAULT_PROJECT_ANNOTATIONS from './entry-preview';
|
||||
import type { PreactRenderer } from './types';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user