Skip to content

Commit 8d8673f

Browse files
committed
cleanup
1 parent b35951d commit 8d8673f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

renderers/react/src/docs/extractProps.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
import PropTypes from 'prop-types';
2-
import {
3-
PropDef,
4-
hasDocgen,
5-
extractComponentProps,
6-
PropsExtractor,
7-
TypeSystem,
8-
} from '@storybook/docs-tools';
2+
import { PropDef, hasDocgen, extractComponentProps, TypeSystem } from '@storybook/docs-tools';
93
import { enhancePropTypesProps } from './propTypes/handleProp';
104
import { enhanceTypeScriptProps } from './typeScript/handleProp';
115
import { isMemo } from './lib';

0 commit comments

Comments
 (0)