From c880bc6b529e29dc116b9d0112f1e7ff5397d848 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 03:24:54 +0530 Subject: [PATCH] chore: remove unused import --- ui/src/components/Sidebar/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/components/Sidebar/index.tsx b/ui/src/components/Sidebar/index.tsx index 4b2ab0e2..4b7af7ab 100644 --- a/ui/src/components/Sidebar/index.tsx +++ b/ui/src/components/Sidebar/index.tsx @@ -1,4 +1,3 @@ -import React from "react"; import { Layout, Menu, Col, Row } from "antd"; import { Link } from "react-router-dom";