Skip to content

Commit c47fda3

Browse files
committed
Another icon fix
1 parent d7cbb1b commit c47fda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/list/src/ListView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {GridCollection, GridState, useGridState} from '@react-stately/grid';
2929
import {GridKeyboardDelegate, useGrid, useGridSelectionCheckbox} from '@react-aria/grid';
3030
// @ts-ignore
3131
import intlMessages from '../intl/*.json';
32-
import ListGripper from '@spectrum-icons/ui/src/ListGripper';
32+
import ListGripper from '@spectrum-icons/ui/ListGripper';
3333
import {ListLayout} from '@react-stately/layout';
3434
import {ListState, useListState} from '@react-stately/list';
3535
import listStyles from './listview.css';

0 commit comments

Comments
 (0)