feat: add router for filters

This commit is contained in:
Fredrik Thorsson
2024-07-12 12:10:54 +02:00
parent 10bb946a90
commit ebfe4d45dc
9 changed files with 109 additions and 16 deletions

View File

@@ -2,6 +2,7 @@
display: grid;
grid-template-columns: repeat(3, minmax(min-content, max-content));
padding: 32px 32px 0px 32px;
height: 100dvh;
background-color: var(--Scandic-Brand-Warm-White);
}

View File

@@ -14,7 +14,6 @@ export default async function SelectHotelPage({
hotelId: "d98c7ab1-ebaa-4102-b351-758daf1ddf55",
language: params.lang,
})
const hotels = [attributes]
return (