diff --git a/ui/src/components/Topbar/index.tsx b/ui/src/components/Topbar/index.tsx index c7e358a7..d534fdab 100644 --- a/ui/src/components/Topbar/index.tsx +++ b/ui/src/components/Topbar/index.tsx @@ -1,5 +1,6 @@ import { Layout, Menu, Col } from "antd"; import { Link } from "react-router-dom"; +import { FaBars } from "react-icons/fa"; const { Header } = Layout; @@ -25,7 +26,7 @@ const Topbar = () => {