Revert "debugging"

This reverts commit 8ee24fd762.
This commit is contained in:
Harivansh Rathi 2024-12-04 23:00:33 -05:00
parent 8ee24fd762
commit 4670866249
8 changed files with 35 additions and 78 deletions

View file

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