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();