diff --git a/src/pages/Profile.tsx b/src/pages/Profile.tsx index 773d632..0f7dfe4 100644 --- a/src/pages/Profile.tsx +++ b/src/pages/Profile.tsx @@ -12,7 +12,6 @@ import Input from "../UI/Input"; import { useDeleteAccountMutation } from "../redux/services/AuthApi"; import LeftSideBar from "../components/shared/LeftSideBar"; import { useTranslation } from "react-i18next"; -import { tab } from "../components/shared/SideBar"; interface Socket { current: any; @@ -176,15 +175,14 @@ const Profile = ({ socket }: { socket: Socket }): JSX.Element => { }; return ( -