Skip to content

Commit bdf10ac

Browse files
committed
fix lint
1 parent d6b284e commit bdf10ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/s2/stories/TreeView.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import FileTxt from '../s2wf-icons/S2_Icon_FileText_20_N.svg';
2525
import Folder from '../s2wf-icons/S2_Icon_Folder_20_N.svg';
2626
import FolderOpen from '../spectrum-illustrations/linear/FolderOpen';
2727
import {IllustratedMessage} from '../src/IllustratedMessage';
28+
import {isTextDropItem, useDragAndDrop} from 'react-aria-components/useDragAndDrop';
2829
import {Link} from '../src/Link';
2930
import {MenuItem} from '../src/Menu';
3031
import type {Meta, StoryObj} from '@storybook/react';
@@ -41,7 +42,6 @@ import {
4142
TreeViewProps
4243
} from '../src/TreeView';
4344
import {useAsyncList} from 'react-stately/useAsyncList';
44-
import {isTextDropItem, useDragAndDrop} from 'react-aria-components/useDragAndDrop';
4545
import {useListData} from 'react-stately/useListData';
4646
import {useTreeData} from 'react-stately/useTreeData';
4747

0 commit comments

Comments
 (0)