debugging

This commit is contained in:
Harivansh Rathi 2024-12-04 21:28:59 -05:00
parent 0ba8db4935
commit 8ee24fd762
8 changed files with 78 additions and 35 deletions

View file

@ -407,3 +407,16 @@ export const VENDOR_LISTINGS: VendorListing[] = [
]
}
];
export type VendorCategory =
| 'food'
| 'clothing'
| 'transport'
| 'stationery'
| 'other'
| 'venue'
| 'catering'
| 'flowers'
| 'matchmaking'
| 'modiste'
| 'music';