Updated assessor page

This commit is contained in:
Patrick Alvin Alcala 2025-10-09 18:06:13 +08:00
parent e60d1ef103
commit 320a53aac9
2 changed files with 23 additions and 9 deletions

View file

@ -7,4 +7,8 @@ export const _name = atom('')
export const _location = atom('')
export const _type = atom('')
export const _code = atom('')
export const _assessor = atom('')
export const _feeList = atom<string[]>([])
export const _codeList = atom<string[]>([])
export const _amountList = atom<string[]>([])