Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-12 11:31:26 +00:00
parent 2a3138d8fe
commit e6dadf49f0
+2
View File
@@ -7,6 +7,8 @@ import Index from "./pages/Index";
import Viewer from "./pages/Viewer"; import Viewer from "./pages/Viewer";
import XRSession from "./pages/XRSession"; import XRSession from "./pages/XRSession";
import NotFound from "./pages/NotFound"; import NotFound from "./pages/NotFound";
// DEVKIT: remove this import + route to strip devkit
import SmokeTest from "./devkit/SmokeTest";
const queryClient = new QueryClient(); const queryClient = new QueryClient();