Skip to content

Commit d9ff716

Browse files
committed
fixed a wrong import
1 parent 58b7be7 commit d9ff716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/components/timetable/LPTimeTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { TimeTableConfigProvider } from "./TimeTableConfigContext"
2727
import { SelectedTimeSlotsProvider } from "./SelectedTimeSlotsContext"
2828
import { RenderItemProps } from "./ItemWrapper"
2929
import { PlaceholderItemProps } from "./PlaceholderItem"
30-
import { getCurrentTheme } from "@linked-planet/ui-kit-ts/theming"
30+
import { getCurrentTheme } from "../../theming"
3131

3232
export interface TimeSlotBooking {
3333
title: string

0 commit comments

Comments
 (0)