dwindown
b2850ea145
fix: Remove unused variables to resolve ESLint errors
🔧 ESLint Fixes:
- Remove unused 'categoryConfig' variable in Layout.js (line 167)
- Remove unused 'isHome' variable in ToolSidebar.js (line 77)
- Remove unused 'Sparkles' import in tools.js (line 1)
✅ Build Status:
- All ESLint errors resolved
- Build now compiles successfully
- Ready for deployment
📁 Files Modified:
- /src/components/Layout.js - Removed unused categoryConfig for NON_TOOLS
- /src/components/ToolSidebar.js - Removed unused isHome for NON_TOOLS
- /src/config/tools.js - Removed unused Sparkles import
2025-09-24 19:21:28 +07:00
..
2025-09-24 01:15:20 +07:00
2025-08-02 09:31:26 +07:00
2025-09-23 14:17:13 +07:00
2025-09-24 19:21:28 +07:00
2025-09-24 14:05:10 +07:00
2025-09-24 14:05:10 +07:00
2025-09-21 16:33:28 +07:00
2025-09-24 00:12:28 +07:00
2025-09-24 14:05:10 +07:00
2025-08-02 09:31:26 +07:00
2025-09-24 00:12:28 +07:00
2025-09-21 07:09:33 +07:00
2025-09-24 19:21:28 +07:00