fix:소스 코드 원복

This commit is contained in:
yoosangwook 2024-11-20 16:46:55 +09:00
parent 137c268561
commit ca2864d2bf

View File

@ -47,8 +47,7 @@ export const useEstimateController = (planNo) => {
const { promiseGet, get, post, promisePost } = useAxios(globalLocaleState)
const [isLoading, setIsLoading] = useState(false)
// const [state, setState] = useReducer(reducer, defaultEstimateData)
const { estimateContextState, setEstimateContextState } = useContext(FloorPlanContext)
const [state, setState] = useReducer(reducer, defaultEstimateData)
const [newState, setNewState] = useState({})
useEffect(() => {