Skip to content

Commit

Permalink
Move FormField and FormFieldContext to Core (finos#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z authored and junaidzm13 committed Jan 5, 2024
1 parent 76dc4d3 commit 7ce74ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/CalendarNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
makePrefixer,
Tooltip,
useForkRef,
useId,
useTooltip,
} from "@jpmorganchase/uitk-core";
import { ChevronLeftIcon, ChevronRightIcon } from "@jpmorganchase/uitk-icons";
Expand All @@ -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 = {
Expand Down

0 comments on commit 7ce74ab

Please sign in to comment.