Skip to content
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
snowystinger committed Feb 8, 2024
commit ec10e60e1c6fa44a14ec2183de3a8db8fa926637
2 changes: 1 addition & 1 deletion packages/@react-stately/data/src/useTreeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

import {Key} from '@react-types/shared';
import {useMemo, useState} from 'react';
import {useState} from 'react';

export interface TreeOptions<T extends object> {
/** Initial root items in the tree. */
Expand Down