Added bldgadditional

This commit is contained in:
Patrick Alvin Alcala 2025-11-13 11:50:51 +08:00
parent bc83099819
commit 99608062ff
4 changed files with 136 additions and 73 deletions

View file

@ -23,3 +23,5 @@ export const _assessedDate = atom('')
export const _units = atom(0)
export const _totalUnits = atom(0)
export const _floorArea = atom(0)
export const _additional = atom(false)