feat(SW-1012): Started implementing restaurant data

This commit is contained in:
Erik Tiekstra
2024-12-02 13:47:05 +01:00
committed by Fredrik Thorsson
parent 05006506f0
commit 63a77b215d
17 changed files with 329 additions and 13 deletions

View File

@@ -127,6 +127,8 @@ export { default as NatureIcon } from "./Nature"
export { default as NightlifeIcon } from "./Nightlife"
export { default as NoBreakfastIcon } from "./NoBreakfast"
export { default as NoSmokingIcon } from "./NoSmoking"
export { default as OpenInNewIcon } from "./OpenInNew"
export { default as OpenInNewSmallIcon } from "./OpenInNewSmall"
export { default as OutdoorFurnitureIcon } from "./OutdoorFurniture"
export { default as ParkingIcon } from "./Parking"
export { default as People2Icon } from "./People2"