From 611d1bc5af4a366ae4f8873123ebda4664d2a5b8 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 03:23:22 +0530 Subject: [PATCH] chore: remove unused import --- ui/src/components/Sidebar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/Sidebar/index.tsx b/ui/src/components/Sidebar/index.tsx index 481bb099..4ee3b6f9 100644 --- a/ui/src/components/Sidebar/index.tsx +++ b/ui/src/components/Sidebar/index.tsx @@ -1,4 +1,4 @@ -import { Layout, Menu, Col, Row } from "antd"; +import { Layout, Menu } from "antd"; import { Link } from "react-router-dom"; const { Sider } = Layout;