diff --git a/src/component/manageProfileAdmin.tsx b/src/component/manageProfileAdmin.tsx index ebbd5ff..a5fd377 100644 --- a/src/component/manageProfileAdmin.tsx +++ b/src/component/manageProfileAdmin.tsx @@ -3,6 +3,7 @@ import { Box } from "@mui/material"; import LogoCamera from "../../public/img/camera_photo2.png"; import { Dispatch, SetStateAction } from "react"; import { getDevice } from "../utils/utils"; +import { defaultLogoImg } from "../utils/defalultImages"; type Props = { @@ -67,7 +68,7 @@ const ManageAdminProfilePicUpload = (props: Props) => { )}