mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:01:16 +08:00
CLEANUP
This commit is contained in:
parent
bd37f1cf2a
commit
f079a57920
@ -2,7 +2,7 @@ import memoize from 'memoizerific';
|
||||
import Fuse from 'fuse.js';
|
||||
import { DOCS_MODE } from 'global';
|
||||
import { SyntheticEvent } from 'react';
|
||||
import { State, StoriesHash, isRoot, isGroup, isStory, Root, Group, Story } from '@storybook/api';
|
||||
import { StoriesHash, isRoot, isStory } from '@storybook/api';
|
||||
|
||||
const FUZZY_SEARCH_THRESHOLD = 0.4;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user