Skip to content

Commit 26193bf

Browse files
committed
Remove unused:
1 parent 8695829 commit 26193bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react/src/ActionList/ActionList.examples.stories.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import type {Meta} from '@storybook/react'
22
import React, {forwardRef} from 'react'
3-
import {DndProvider, useDrag, useDrop} from 'react-dnd'
4-
import {HTML5Backend} from 'react-dnd-html5-backend'
53
import {
64
TypographyIcon,
75
StarIcon,
@@ -13,7 +11,6 @@ import {
1311
LinkIcon,
1412
XIcon,
1513
} from '@primer/octicons-react'
16-
import type {ActionListItemProps} from '.'
1714
import {ActionList} from '.'
1815
import TextInput from '../TextInput'
1916
import Spinner from '../Spinner'

0 commit comments

Comments
 (0)