mirror of
https://github.com/soconnor0919/lewisburg-coffee.git
synced 2026-02-04 23:56:32 -05:00
feat: Implement detailed coffee shop profiles with address, phone, website, and image, displayed in an updated drawer component.
This commit is contained in:
@@ -13,6 +13,10 @@ interface CoffeeShop {
|
||||
description: string;
|
||||
lat: number;
|
||||
lng: number;
|
||||
address: string;
|
||||
phone: string;
|
||||
website: string;
|
||||
image: string;
|
||||
}
|
||||
|
||||
interface MapProps {
|
||||
|
||||
Reference in New Issue
Block a user