Skip to content

Commit

Permalink
Move layer and deck layout components to core (finos#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanaMMoreira authored and junaidzm13 committed Jan 5, 2024
1 parent 71cc773 commit d8690ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/CalendarCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
makePrefixer,
useIsomorphicLayoutEffect,
} from "@jpmorganchase/uitk-core";
import { usePrevious } from "../../utils";
import { usePrevious } from "@jpmorganchase/uitk-core";
import { useCalendarContext } from "./CalendarContext";

import "./CalendarCarousel.css";
Expand Down

0 comments on commit d8690ea

Please sign in to comment.