mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 00:41:54 +08:00
Drop unusued imports
This commit is contained in:
parent
796871f91e
commit
b69f31b7fb
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user