Remove incorrect import from renderers type tests

This commit is contained in:
Tom Coleman 2022-10-27 19:28:33 +11:00
parent 40c60621d9
commit baafde35c9
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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';