Skip to content

Commit

Permalink
Move file
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Apr 10, 2024
1 parent 3da5076 commit 5e8c961
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { TreeViewPlugin, TreeViewUsedInstance } from '../../models';
import { UseTreeViewFocusSignature } from './useTreeViewFocus.types';
import { useInstanceEventHandler } from '../../hooks/useInstanceEventHandler';
import { getActiveElement } from '../../utils/utils';
import { getFirstNavigableItem } from '../../useTreeView/useTreeView.utils';
import { getFirstNavigableItem } from '../../utils/tree';

const useTabbableItemId = (
instance: TreeViewUsedInstance<UseTreeViewFocusSignature>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
getLastNavigableItem,
getNextNavigableItem,
getPreviousNavigableItem,
} from '../../useTreeView/useTreeView.utils';
} from '../../utils/tree';
import {
TreeViewFirstCharMap,
UseTreeViewKeyboardNavigationSignature,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
getFirstNavigableItem,
getLastNavigableItem,
getNavigableItemsInRange,
} from '../../useTreeView/useTreeView.utils';
} from '../../utils/tree';
import { UseTreeViewSelectionSignature } from './useTreeViewSelection.types';

export const useTreeViewSelection: TreeViewPlugin<UseTreeViewSelectionSignature> = ({
Expand Down

0 comments on commit 5e8c961

Please sign in to comment.