Skip to content

Commit

Permalink
chore : little
Browse files Browse the repository at this point in the history
  • Loading branch information
bicco2 committed Aug 3, 2022
1 parent 270ed79 commit 3e7dddf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/src/components/mainpage/UploadImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 3e7dddf

Please sign in to comment.