From 1ce8557aa248235a93007afff8c5e77fb2b9c5f1 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 12:52:07 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/pages/Viewer.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/pages/Viewer.tsx b/src/pages/Viewer.tsx index 0f3eca9..fed6695 100644 --- a/src/pages/Viewer.tsx +++ b/src/pages/Viewer.tsx @@ -8,6 +8,7 @@ import { InspectionChecklist } from "@/components/InspectionChecklist"; import { FineTuningControls } from "@/components/FineTuningControls"; import { MeasurementsList } from "@/components/MeasurementsList"; import { ScreenshotGallery } from "@/components/ScreenshotGallery"; +import { ShareButton } from "@/components/ShareButton"; import { useEffect } from "react"; import { toast } from "sonner"; import { ScrollArea } from "@/components/ui/scroll-area"; @@ -49,10 +50,13 @@ const Viewer = () => { - +