diff --git a/internal/CalendarNavigation.tsx b/internal/CalendarNavigation.tsx index 6b3b0c8f7..48d91f216 100644 --- a/internal/CalendarNavigation.tsx +++ b/internal/CalendarNavigation.tsx @@ -4,6 +4,7 @@ import { makePrefixer, Tooltip, useForkRef, + useId, useTooltip, } from "@jpmorganchase/uitk-core"; import { ChevronLeftIcon, ChevronRightIcon } from "@jpmorganchase/uitk-icons"; @@ -15,12 +16,10 @@ import { SyntheticEvent, } from "react"; import { Dropdown, DropdownProps } from "../../dropdown"; -import { useId } from "../../utils"; +import { IndexedListItemProps, ListItemBase, useListItem } from "../../list"; import { useCalendarContext } from "./CalendarContext"; import dayjs from "./dayjs"; -import { IndexedListItemProps, ListItemBase, useListItem } from "../../list"; - import "./CalendarNavigation.css"; type DropdownItem = {