We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b7be7 commit d9ff716Copy full SHA for d9ff716
library/src/components/timetable/LPTimeTable.tsx
@@ -27,7 +27,7 @@ import { TimeTableConfigProvider } from "./TimeTableConfigContext"
27
import { SelectedTimeSlotsProvider } from "./SelectedTimeSlotsContext"
28
import { RenderItemProps } from "./ItemWrapper"
29
import { PlaceholderItemProps } from "./PlaceholderItem"
30
-import { getCurrentTheme } from "@linked-planet/ui-kit-ts/theming"
+import { getCurrentTheme } from "../../theming"
31
32
export interface TimeSlotBooking {
33
title: string
0 commit comments