Merged in feat/sw-2873-move-tripadvisorchip-to-booking-flow (pull request #2591)

feat(SW-2873): Move TripAdvisorChip to booking-flow

* Move TripAdvisorChip to booking-flow


Approved-by: Hrishikesh Vaipurkar
This commit is contained in:
Anton Gunnarsson
2025-08-05 08:39:48 +00:00
parent b52a3f5847
commit 6b43022c7d
6 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,8 @@
"test:watch": "vitest"
},
"exports": {
"./test-entry": "./lib/index.tsx"
"./test-entry": "./lib/index.tsx",
"./components/TripAdvisorChip": "./lib/components/TripAdvisorChip/index.tsx"
},
"dependencies": {
"@scandic-hotels/common": "workspace:*"