Reverted to commit ceb9b8c1a1
This commit is contained in:
@@ -7,8 +7,6 @@ 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();
|
||||
|
||||
@@ -22,8 +20,6 @@ const App = () => (
|
||||
<Route path="/" element={<Index />} />
|
||||
<Route path="/viewer" element={<Viewer />} />
|
||||
<Route path="/xr" element={<XRSession />} />
|
||||
{/* DEVKIT: remove this route to strip devkit */}
|
||||
<Route path="/devkit/smoke" element={<SmokeTest />} />
|
||||
<Route path="*" element={<NotFound />} />
|
||||
</Routes>
|
||||
</BrowserRouter>
|
||||
|
||||
Reference in New Issue
Block a user