From 44e02641195b7feabc6428ddac57ba438ba434af Mon Sep 17 00:00:00 2001 From: basssy Date: Tue, 7 Jan 2025 15:53:04 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=84=9D=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/floor-plan/estimate/[mid]/page.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/floor-plan/estimate/[mid]/page.jsx b/src/app/floor-plan/estimate/[mid]/page.jsx index ba20ac68..216ee940 100644 --- a/src/app/floor-plan/estimate/[mid]/page.jsx +++ b/src/app/floor-plan/estimate/[mid]/page.jsx @@ -1,9 +1,6 @@ import Estimate from '@/components/estimate/Estimate' export default function EstimatePage({}) { - //floor-plan/estimate/mid/pid - //mid :5 견적탭 - //pid : 넘어온 플랜번호 return ( <>