mirror of
https://github.com/harivansh-afk/Austens-Wedding-Guide.git
synced 2026-04-17 21:03:02 +00:00
debugging
This commit is contained in:
parent
0ba8db4935
commit
8ee24fd762
8 changed files with 78 additions and 35 deletions
|
|
@ -407,3 +407,16 @@ export const VENDOR_LISTINGS: VendorListing[] = [
|
|||
]
|
||||
}
|
||||
];
|
||||
|
||||
export type VendorCategory =
|
||||
| 'food'
|
||||
| 'clothing'
|
||||
| 'transport'
|
||||
| 'stationery'
|
||||
| 'other'
|
||||
| 'venue'
|
||||
| 'catering'
|
||||
| 'flowers'
|
||||
| 'matchmaking'
|
||||
| 'modiste'
|
||||
| 'music';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue