Skip to content

Commit

Permalink
separate type import
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Sep 17, 2024
1 parent 0fa24b2 commit 2b9c768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react/src/FilteredActionList/useAnnouncements.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Announcements for FilteredActionList (and SelectPanel) based
// on https://github.com/github/multi-select-user-testing

import {LiveRegionElement, announce} from '@primer/live-region-element'
import {announce} from '@primer/live-region-element'
import type {LiveRegionElement} from '@primer/live-region-element'
import {useEffect, useRef} from 'react'
import type {FilteredActionListProps} from './FilteredActionListEntry'

Expand Down

0 comments on commit 2b9c768

Please sign in to comment.