Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Jul 21, 2024
1 parent 95874a5 commit 22938b9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions code/renderers/vue3/src/entry-preview-docs.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import type { ArgTypesEnhancer } from 'storybook/internal/docs-tools';
import { enhanceArgTypes, extractComponentDescription } from 'storybook/internal/docs-tools';
import {
enhanceArgTypes,
extractComponentDescription,
type ArgTypesExtractor,
} from 'storybook/internal/docs-tools';
import type { ArgTypesEnhancer } from 'storybook/internal/types';
import { extractArgTypes } from './docs/extractArgTypes';
import { sourceDecorator } from './docs/sourceDecorator';
import type { VueRenderer } from './types';
Expand Down

0 comments on commit 22938b9

Please sign in to comment.