Skip to content

Commit 09558c8

Browse files
committed
🐛 Fix Timetable Cookies import
1 parent d1279ba commit 09558c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Widgets/Timetable.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
import isMobile from "is-mobile";
4545
import MeetingCard from "../MeetingCard.svelte";
4646
import type {Meeting} from "../typescript-definitions/tsdef";
47+
import Cookies from "js-cookie";
4748
4849
export let date: Date = new Date();
4950
let currentDate = new Date(date);

0 commit comments

Comments
 (0)