From 1533ec505b23f635b0caef96a0f9b91884c604ff Mon Sep 17 00:00:00 2001 From: DrSmoothl <1787882683@qq.com> Date: Sun, 1 Mar 2026 16:57:01 +0800 Subject: [PATCH] chore(deps): remove unused Jotai dependency - Jotai was declared in package.json but never imported or used in any source code - Verified with grep -r 'jotai' dashboard/src/ (zero matches) - Build remains unaffected after removal --- dashboard/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 5a925629..b627cddb 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -61,7 +61,6 @@ "date-fns": "^4.1.0", "html-to-image": "^1.11.13", "idb": "^8.0.3", - "jotai": "^2.16.0", "katex": "^0.16.27", "lucide-react": "^0.556.0", "react": "^19.2.1",