Skip to content

Commit

Permalink
Remove unused:
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Jan 27, 2025
1 parent 8695829 commit 26193bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/react/src/ActionList/ActionList.examples.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import type {Meta} from '@storybook/react'
import React, {forwardRef} from 'react'
import {DndProvider, useDrag, useDrop} from 'react-dnd'
import {HTML5Backend} from 'react-dnd-html5-backend'
import {
TypographyIcon,
StarIcon,
Expand All @@ -13,7 +11,6 @@ import {
LinkIcon,
XIcon,
} from '@primer/octicons-react'
import type {ActionListItemProps} from '.'
import {ActionList} from '.'
import TextInput from '../TextInput'
import Spinner from '../Spinner'
Expand Down

0 comments on commit 26193bf

Please sign in to comment.