Skip to content

Commit

Permalink
Removed unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
pooranjoyb committed Jun 4, 2024
1 parent a657b2b commit 4d2bc61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Profile/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useSelector } from "react-redux";
import { RootState } from "../../utils/features/store";
import { useNavigate } from "react-router-dom";
import Head from "../../components/Head";
import Button from "../../components/Button";
import Loader from "../../components/Loader/Loader";
import EditProfileModal from "./EditProfileModal";

Expand Down

0 comments on commit 4d2bc61

Please sign in to comment.