diff --git a/code/renderers/svelte/src/mount.ts b/code/renderers/svelte/src/mount.ts index 56980eea4ee9..8a2eb3275de4 100644 --- a/code/renderers/svelte/src/mount.ts +++ b/code/renderers/svelte/src/mount.ts @@ -1,6 +1,6 @@ -import { type BaseAnnotations } from 'storybook/internal/types'; +import type { BaseAnnotations } from 'storybook/internal/types'; -import { type StoryContext, type SvelteRenderer } from './public-types'; +import type { StoryContext, SvelteRenderer } from './public-types'; export const mount: BaseAnnotations['mount'] = (context: StoryContext) => { return async (Component, options) => {