diff --git a/ui/src/components/Sidebar/index.tsx b/ui/src/components/Sidebar/index.tsx index 4b7af7ab..9b4a9016 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;