fix: estimateState export

This commit is contained in:
yoosangwook 2024-11-20 16:41:14 +09:00
parent 97354fea77
commit 478b82f817

View File

@ -25,6 +25,8 @@ const defaultEstimateData = {
export const FloorPlanContext = createContext({ export const FloorPlanContext = createContext({
floorPlanState: {}, floorPlanState: {},
setFloorPlanState: () => {}, setFloorPlanState: () => {},
estimateState: {},
setEstimateState: () => {},
}) })
const FloorPlanProvider = ({ children }) => { const FloorPlanProvider = ({ children }) => {