From e6dadf49f072284c2e1d2387193785470565979c Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:31:26 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 00a16eb..45ba362 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,6 +7,8 @@ import Index from "./pages/Index"; import Viewer from "./pages/Viewer"; import XRSession from "./pages/XRSession"; import NotFound from "./pages/NotFound"; +// DEVKIT: remove this import + route to strip devkit +import SmokeTest from "./devkit/SmokeTest"; const queryClient = new QueryClient();