From ed4ff654147a5dd1e6071d33f4a0d0e482bf1981 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 02:30:04 +0530 Subject: [PATCH] chore: remove unused import --- ui/src/components/Topbar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/Topbar/index.tsx b/ui/src/components/Topbar/index.tsx index 09c81b88..c0283d54 100644 --- a/ui/src/components/Topbar/index.tsx +++ b/ui/src/components/Topbar/index.tsx @@ -1,4 +1,4 @@ -import { Layout, Menu, Col, Row } from "antd"; +import { Layout, Menu, Col } from "antd"; import { Link } from "react-router-dom"; const { Header } = Layout;