From 7ce74abda23bba27d6217996cdff053044af3368 Mon Sep 17 00:00:00 2001 From: Zhihao Cui Date: Tue, 28 Jun 2022 16:24:20 +0100 Subject: [PATCH] Move FormField and FormFieldContext to Core (#204) --- internal/CalendarNavigation.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 = {