diff --git a/web/src/components/ExploreSidebar/UsersSection.tsx b/web/src/components/ExploreSidebar/UsersSection.tsx index c78da12c..10bb0612 100644 --- a/web/src/components/ExploreSidebar/UsersSection.tsx +++ b/web/src/components/ExploreSidebar/UsersSection.tsx @@ -1,4 +1,3 @@ -import { IconButton } from "@mui/joy"; import { useEffect, useState } from "react"; import { Link } from "react-router-dom"; import { useUserStore } from "@/store/v1";