From ea111ea8aaa74b824ff9f5af1f30f6d44f433dd6 Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Mon, 9 Mar 2026 16:15:53 +0000
Subject: [PATCH] chore: remove commented-out TanStack Router devtools
Co-authored-by: Twinber <5513621+Twinber@users.noreply.github.com>
---
package-lock.json | 24 ------------------------
src/routes/__root.tsx | 2 --
2 files changed, 26 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 44295be..36d8f94 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -673,7 +673,6 @@
"cpu": [
"arm64"
],
- "dev": true,
"optional": true,
"os": [
"openbsd"
@@ -5771,7 +5770,6 @@
"cpu": [
"ppc64"
],
- "dev": true,
"optional": true,
"os": [
"aix"
@@ -5787,7 +5785,6 @@
"cpu": [
"arm"
],
- "dev": true,
"optional": true,
"os": [
"android"
@@ -5803,7 +5800,6 @@
"cpu": [
"arm64"
],
- "dev": true,
"optional": true,
"os": [
"android"
@@ -5819,7 +5815,6 @@
"cpu": [
"x64"
],
- "dev": true,
"optional": true,
"os": [
"android"
@@ -5835,7 +5830,6 @@
"cpu": [
"arm64"
],
- "dev": true,
"optional": true,
"os": [
"darwin"
@@ -5851,7 +5845,6 @@
"cpu": [
"x64"
],
- "dev": true,
"optional": true,
"os": [
"darwin"
@@ -5867,7 +5860,6 @@
"cpu": [
"arm64"
],
- "dev": true,
"optional": true,
"os": [
"freebsd"
@@ -5883,7 +5875,6 @@
"cpu": [
"x64"
],
- "dev": true,
"optional": true,
"os": [
"freebsd"
@@ -5899,7 +5890,6 @@
"cpu": [
"arm"
],
- "dev": true,
"optional": true,
"os": [
"linux"
@@ -5915,7 +5905,6 @@
"cpu": [
"arm64"
],
- "dev": true,
"optional": true,
"os": [
"linux"
@@ -5931,7 +5920,6 @@
"cpu": [
"ia32"
],
- "dev": true,
"optional": true,
"os": [
"linux"
@@ -5947,7 +5935,6 @@
"cpu": [
"loong64"
],
- "dev": true,
"optional": true,
"os": [
"linux"
@@ -5963,7 +5950,6 @@
"cpu": [
"mips64el"
],
- "dev": true,
"optional": true,
"os": [
"linux"
@@ -5979,7 +5965,6 @@
"cpu": [
"ppc64"
],
- "dev": true,
"optional": true,
"os": [
"linux"
@@ -5995,7 +5980,6 @@
"cpu": [
"riscv64"
],
- "dev": true,
"optional": true,
"os": [
"linux"
@@ -6011,7 +5995,6 @@
"cpu": [
"s390x"
],
- "dev": true,
"optional": true,
"os": [
"linux"
@@ -6027,7 +6010,6 @@
"cpu": [
"x64"
],
- "dev": true,
"optional": true,
"os": [
"linux"
@@ -6043,7 +6025,6 @@
"cpu": [
"x64"
],
- "dev": true,
"optional": true,
"os": [
"netbsd"
@@ -6059,7 +6040,6 @@
"cpu": [
"x64"
],
- "dev": true,
"optional": true,
"os": [
"openbsd"
@@ -6075,7 +6055,6 @@
"cpu": [
"x64"
],
- "dev": true,
"optional": true,
"os": [
"sunos"
@@ -6091,7 +6070,6 @@
"cpu": [
"arm64"
],
- "dev": true,
"optional": true,
"os": [
"win32"
@@ -6107,7 +6085,6 @@
"cpu": [
"ia32"
],
- "dev": true,
"optional": true,
"os": [
"win32"
@@ -6123,7 +6100,6 @@
"cpu": [
"x64"
],
- "dev": true,
"optional": true,
"os": [
"win32"
diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx
index dcaf0c5..150310f 100644
--- a/src/routes/__root.tsx
+++ b/src/routes/__root.tsx
@@ -1,11 +1,9 @@
import {createRootRoute, Outlet} from '@tanstack/react-router'
-// import {TanStackRouterDevtools} from '@tanstack/router-devtools'
export const Route = createRootRoute({
component: () => (
<>
- {/**/}
>
),
})
\ No newline at end of file