From 5a9bcfaeda1e5e0d6f0cdd28c0fe80622b880544 Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Sat, 27 Dec 2025 21:10:48 -0800 Subject: [PATCH] fix(landing): Remove duplicate @ui/theme dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removes duplicate @ui/theme entry that was causing build warnings. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- features/landing/frontend/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/features/landing/frontend/package.json b/features/landing/frontend/package.json index 960acf489..30aa092c4 100644 --- a/features/landing/frontend/package.json +++ b/features/landing/frontend/package.json @@ -47,7 +47,6 @@ "@ui/effects-mouse": "workspace:*", "@ui/effects-sound": "workspace:*", "@ui/interactive-grid": "workspace:*", - "@ui/theme": "workspace:*", "@ui/themes": "workspace:*", "@tanstack/query-core": "^5.90.12", "@tanstack/react-query": "^5.90.12",