fix: estimateState export
This commit is contained in:
parent
97354fea77
commit
478b82f817
@ -25,6 +25,8 @@ const defaultEstimateData = {
|
||||
export const FloorPlanContext = createContext({
|
||||
floorPlanState: {},
|
||||
setFloorPlanState: () => {},
|
||||
estimateState: {},
|
||||
setEstimateState: () => {},
|
||||
})
|
||||
|
||||
const FloorPlanProvider = ({ children }) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user