From d8c0be4cb4f38ac90be0bb0c26eb8496109c32a6 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 03:23:13 +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 042959a6..481bb099 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";