diff --git a/frontend/src/components/mainpage/UploadImage.tsx b/frontend/src/components/mainpage/UploadImage.tsx index cf69f5a..777ba25 100644 --- a/frontend/src/components/mainpage/UploadImage.tsx +++ b/frontend/src/components/mainpage/UploadImage.tsx @@ -9,7 +9,6 @@ import { getAccess } from "src/Auth/tokenManager"; import { useDispatch } from "react-redux"; import { save_ID } from "../../actions/ImgIDActions"; import lottie from "lottie-web"; -import { isConstructorDeclaration } from "typescript"; const LoadingLottie = () => { //lottie @@ -39,10 +38,6 @@ function UploadImage() { const dispatch = useDispatch(); const what: any = getAccess(); - // useEffect(() => { - // console.log("useeffect : ", task_id); - // }, [task_id]); - const resizeFile = (file: Blob) => new Promise((resolve) => { Resizer.imageFileResizer(