From 996e0bc3d0ee9b53dbdb6856dd35451a328d2004 Mon Sep 17 00:00:00 2001 From: d-kimsuon Date: Sun, 26 Oct 2025 22:04:52 +0900 Subject: [PATCH] chore: remove dev tool --- src/routes/__root.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index b6b3ec0..f49bfec 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -1,6 +1,4 @@ -import { TanStackDevtools } from "@tanstack/react-devtools"; import { createRootRoute, Outlet } from "@tanstack/react-router"; -import { TanStackRouterDevtoolsPanel } from "@tanstack/react-router-devtools"; import { RootErrorBoundary } from "../app/components/RootErrorBoundary"; import { SSEEventListeners } from "../app/components/SSEEventListeners"; import { SyncSessionProcess } from "../app/components/SyncSessionProcess"; @@ -18,17 +16,6 @@ export const Route = createRootRoute({ - , - }, - ]} - />