mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:41:17 +08:00
Remove incorrect import from renderers type tests
This commit is contained in:
parent
40c60621d9
commit
baafde35c9
@ -1,5 +1,5 @@
|
||||
import { satisfies } from '@storybook/core-common';
|
||||
import { ComponentAnnotations, StoryAnnotations } from '@storybook/csf';
|
||||
import { ComponentAnnotations, StoryAnnotations } from '@storybook/types';
|
||||
import { expectTypeOf } from 'expect-type';
|
||||
import { SetOptional } from 'type-fest';
|
||||
import { Component } from 'vue';
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { satisfies } from '@storybook/core-common';
|
||||
import { ComponentAnnotations, StoryAnnotations } from '@storybook/csf';
|
||||
import { ComponentAnnotations, StoryAnnotations } from '@storybook/types';
|
||||
import { expectTypeOf } from 'expect-type';
|
||||
import { SetOptional } from 'type-fest';
|
||||
import { ComponentOptions, FunctionalComponent, h } from 'vue';
|
||||
|
Loading…
x
Reference in New Issue
Block a user