From 8282c8f209ae4fd84820a2263f77031e501f6497 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 03:25:11 +0530 Subject: [PATCH] chore: remoe comments --- 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 9b4a9016..f5cf241c 100644 --- a/ui/src/components/Sidebar/index.tsx +++ b/ui/src/components/Sidebar/index.tsx @@ -1,4 +1,4 @@ -import { Layout, Menu, } from "antd"; +import { Layout, Menu } from "antd"; import { Link } from "react-router-dom"; const { Sider } = Layout;