From d24f6937c4aec35ccfc3a85474976b35df156175 Mon Sep 17 00:00:00 2001 From: abiyasa05 Date: Mon, 25 Nov 2024 14:19:07 +0700 Subject: [PATCH] update: update root.tsx add comment for TanStackRouterDevtools --- apps/frontend/src/routes/__root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/routes/__root.tsx b/apps/frontend/src/routes/__root.tsx index 4dd18f8..3815d1b 100644 --- a/apps/frontend/src/routes/__root.tsx +++ b/apps/frontend/src/routes/__root.tsx @@ -10,7 +10,7 @@ export const Route = createRootRouteWithContext()({ component: () => (
- + {/* */}
), });