From df94318bc16547724fba4f57b49388e92e23c6d4 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Fri, 7 Feb 2025 20:08:50 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8fix:=20remove=20unused=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/floor-plan/modal/ImgLoad.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/floor-plan/modal/ImgLoad.jsx b/src/components/floor-plan/modal/ImgLoad.jsx index aaf99284..1c38fa40 100644 --- a/src/components/floor-plan/modal/ImgLoad.jsx +++ b/src/components/floor-plan/modal/ImgLoad.jsx @@ -9,9 +9,6 @@ import { usePlan } from '@/hooks/usePlan' import WithDraggable from '@/components/common/draggable/WithDraggable' import { useCanvas } from '@/hooks/useCanvas' -import { useRecoilValue } from 'recoil' -import { canvasState } from '@/store/canvasAtom' -import { useImgLoader } from '@/hooks/floorPlan/useImgLoader' // import { initImageLoaderPopup } from '@/lib/planAction' export default function ImgLoad() { @@ -33,7 +30,6 @@ export default function ImgLoad() { handleMapImageDown, handleAddressDelete, } = useRefFiles() - const { handleCanvasToPng } = useImgLoader() const handleModal = () => { setFloorPlanState({ ...floorPlanState, refFileModalOpen: false, toggleRotate: false }) @@ -153,7 +149,6 @@ export default function ImgLoad() { -