From 0566a6a36b48f6b980be1ea96f59678fa63dfbc0 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 11:48:57 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/pages/Viewer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Viewer.tsx b/src/pages/Viewer.tsx index 3a8a672..b3b9bc8 100644 --- a/src/pages/Viewer.tsx +++ b/src/pages/Viewer.tsx @@ -16,6 +16,7 @@ import { toast } from "sonner"; import { ScrollArea } from "@/components/ui/scroll-area"; import { Separator } from "@/components/ui/separator"; import { getSupportedExtension, convertToGLB, ACCEPTED_EXTENSIONS } from "@/lib/convertToGLB"; +import { validateModelFile } from "@/lib/validateModelFile"; import { convertIFCtoGLB } from "@/lib/convertIFC"; const Viewer = () => {