diff --git a/apps/pwa/src/components/CalendarShell.tsx b/apps/pwa/src/components/CalendarShell.tsx index a47ecd3..5c8edd7 100644 --- a/apps/pwa/src/components/CalendarShell.tsx +++ b/apps/pwa/src/components/CalendarShell.tsx @@ -31,6 +31,7 @@ import { fetchMe, fetchEvents } from '../api/client.js' import { hydrateEvents } from '../lib/hydrateEvents.js' import { buildCalendarConfig, SX_FIRST_DAY_OF_WEEK } from '../lib/calendarConfig.js' import { useCalendarStore } from '../store/calendarStore.js' +import { EventDetailPopover } from './EventDetailPopover.js' // ── Helpers ──────────────────────────────────────────────────────────────── @@ -177,8 +178,14 @@ export function CalendarShell() { {/* Schedule-X calendar fills available space */}