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 396f64e commit 6f84492Copy full SHA for 6f84492
apps/frontend/src/components/questionnaire/calendar/QuestionnaireEntry.tsx
@@ -1,9 +1,9 @@
1
import { EventImpl } from "@fullcalendar/core/internal";
2
-import { ExtendedEvent } from "../../../routes/_auth/questionnaire/_questionnaire/$id/entries";
3
import { IconRepeat, Stack, Text } from "@quassel/ui";
4
import { i18n } from "../../../stores/i18n";
5
import { params } from "@nanostores/i18n";
6
import { useStore } from "@nanostores/react";
+import { ExtendedEvent } from "./EntryCalendar";
7
8
type QuestionnaireEntryProps = {
9
event: EventImpl;
0 commit comments