We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e2cb59 + 1be11fc commit e5db268Copy full SHA for e5db268
apps/studio/src/routes/__root.tsx
@@ -1,7 +1,6 @@
1
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
2
3
import { createRootRoute, Outlet } from '@tanstack/react-router';
4
-import { TanStackRouterDevtools } from '@tanstack/router-devtools';
5
import { ObjectStackProvider } from '@objectstack/client-react';
6
import { ErrorBoundary } from '../components/ErrorBoundary';
7
import { SidebarProvider } from '@/components/ui/sidebar';
@@ -36,7 +35,6 @@ function RootComponent() {
36
35
</SidebarProvider>
37
</ErrorBoundary>
38
</PluginRegistryProvider>
39
- <TanStackRouterDevtools />
40
</ObjectStackProvider>
41
);
42
}
0 commit comments