Merged in chore/cleanup-scandic-web (pull request #2831)
chore: Cleanup scandic-web * Remove unused files * Remove unused and add missing packages * Remove unused exports Approved-by: Linus Flood
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
export {
|
||||
trackBedSelection,
|
||||
trackBreakfastSelection,
|
||||
trackLowestRoomPrice,
|
||||
} from "./booking"
|
||||
export { trackAccordionClick, trackOpenSidePeekEvent } from "./componentEvents"
|
||||
export { trackHotelMapClick, trackHotelTabClick } from "./hotelPage"
|
||||
export { trackCancelStay, trackMyStayPageLink } from "./myStay"
|
||||
@@ -13,8 +8,4 @@ export {
|
||||
} from "./navigation"
|
||||
export { trackPaymentEvent, trackUpdatePaymentMethod } from "./payment"
|
||||
export { trackClick } from "@scandic-hotels/tracking/base"
|
||||
export {
|
||||
createSDKPageObject,
|
||||
trackPageView,
|
||||
trackPageViewStart,
|
||||
} from "@scandic-hotels/tracking/pageview"
|
||||
export { trackPageViewStart } from "@scandic-hotels/tracking/pageview"
|
||||
|
||||
Reference in New Issue
Block a user