Merged in chore/sw-3474-remove-unused-booking-flow-exports (pull request #2858)

chore: (SW-3474): Remove unused exports from booking-flow

* Remove unused exports from booking-flow


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-09-24 07:48:24 +00:00
parent da55e37489
commit 490013be62
10 changed files with 16 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
import { SelectHotelSkeleton } from "@scandic-hotels/booking-flow/components/SelectHotel"
import { SelectHotelPageSkeleton } from "@scandic-hotels/booking-flow/pages/SelectHotelPage"
export default function SelectHotelLoading() {
return <SelectHotelSkeleton />
return <SelectHotelPageSkeleton />
}