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;