| 1 | 'use client'; |
| 2 | import {mergeProps} from 'react-aria/mergeProps'; |
| 3 | import {useGridList, useGridListItem, type AriaGridListProps} from 'react-aria/useGridList'; |
| 4 | import {useFocusRing} from 'react-aria/useFocusRing'; |
nothing calls this directly
no test coverage detected