From 268ad4908a96140c0b3c3c67de0bebe24560bfad Mon Sep 17 00:00:00 2001 From: Hunter Thornsberry Date: Sun, 23 Jun 2024 20:10:18 -0400 Subject: [PATCH] remove duplicate icon --- src/components/Sidebar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 54663133..ef61a0cc 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -13,7 +13,6 @@ import { SettingsIcon, UsersIcon, ZapIcon, - BatteryMediumIcon, CpuIcon } from "lucide-react";