diff --git a/web/src/views/events/EventView.tsx b/web/src/views/events/EventView.tsx index 8a12ec347..e84440748 100644 --- a/web/src/views/events/EventView.tsx +++ b/web/src/views/events/EventView.tsx @@ -42,6 +42,7 @@ import VideoControls from "@/components/player/VideoControls"; import { TimeRange } from "@/types/timeline"; import { useCameraMotionNextTimestamp } from "@/hooks/use-camera-activity"; import useOptimisticState from "@/hooks/use-optimistic-state"; +import { Skeleton } from "@/components/ui/skeleton"; type EventViewProps = { reviews?: ReviewSegment[]; @@ -837,25 +838,29 @@ function MotionReview({ const detectionType = getDetectionType(camera.name); return (