Drop unusued imports

This commit is contained in:
Tom Coleman 2023-01-10 16:40:21 +11:00
parent 796871f91e
commit b69f31b7fb

View File

@ -1,11 +1,5 @@
import { Channel } from '@storybook/channels';
import type {
Renderer,
DocsIndexEntry,
PreparedStory,
ModuleExports,
CSFFile,
} from '@storybook/types';
import type { Renderer, DocsIndexEntry } from '@storybook/types';
import type { StoryStore } from '../../store';
import { PREPARE_ABORTED } from './Render';