From 1cdbf12f26767be0840a4c8d009e475e71e80316 Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Mon, 23 Feb 2026 16:31:22 +0530 Subject: [PATCH] chore: Fix build errors - removed unsused dependencies --- src/components/NavigationBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavigationBar.tsx b/src/components/NavigationBar.tsx index 0000626..7a99d63 100644 --- a/src/components/NavigationBar.tsx +++ b/src/components/NavigationBar.tsx @@ -1,4 +1,4 @@ -import { Cpu, Github, Mail, NotebookPen, Terminal, Twitter } from 'lucide-react'; +import { Cpu, Github, NotebookPen, Terminal, Twitter } from 'lucide-react'; type NavigationBarProps = { cpuModeEnabled: boolean;