Skip to content

Commit 22df2c3

Browse files
committed
Update import path for addons in emit-code.ts
1 parent f3241bd commit 22df2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/emit-code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { SourceType, SNIPPET_RENDERED } from 'storybook/internal/docs-tools';
2-
import { addons } from 'storybook/internal/preview-api';
2+
import { addons } from 'storybook/preview-api';
33
import type { StoryObj } from '@storybook/svelte';
44
import { get } from 'es-toolkit/compat';
55

0 commit comments

Comments
 (0)