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;