diff --git a/src/stores/pdfinfo.ts b/src/stores/pdfinfo.ts index e78c82e..48e5811 100644 --- a/src/stores/pdfinfo.ts +++ b/src/stores/pdfinfo.ts @@ -19,3 +19,7 @@ export const _signatureApprover = atom('') export const _approvedDate = atom('') export const _assessedDate = atom('') + +export const _units = atom(0) +export const _totalUnits = atom(0) +export const _floorArea = atom(0)