fix(SW-2933): Making the hotels/city listing render correct for SEO purposes
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import type { ReadonlyURLSearchParams } from "next/navigation"
|
||||
|
||||
import type {
|
||||
CategorizedFilters,
|
||||
SortItem,
|
||||
@@ -44,4 +46,5 @@ export interface DestinationDataState {
|
||||
export interface InitialState
|
||||
extends Pick<DestinationDataState, "allHotels" | "allCities" | "sortItems"> {
|
||||
pathname: string
|
||||
searchParams: ReadonlyURLSearchParams
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user