fix: estimateState export
This commit is contained in:
parent
97354fea77
commit
478b82f817
@ -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 }) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user