feat(SW-251): use parallel fetch for hotels

This commit is contained in:
Fredrik Thorsson
2024-09-11 10:22:01 +02:00
parent 8c530658c5
commit 43e58dcf01
9 changed files with 126 additions and 75 deletions
@@ -0,0 +1,5 @@
.hotelCards {
display: flex;
flex-direction: column;
gap: var(--Spacing-x4);
}