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 ( <>