Feat/SW-2271 hotel list filtering
* feat(SW-2271): Changes to hotel data types in preperation for filtering * feat(SW-2271): Added filter and sort functionality Approved-by: Matilda Landström
This commit is contained in:
6
apps/scandic-web/contexts/HotelListingData.ts
Normal file
6
apps/scandic-web/contexts/HotelListingData.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createContext } from "react"
|
||||
|
||||
import type { HotelListingDataStore } from "@/types/contexts/hotel-listing-data"
|
||||
|
||||
export const HotelListingDataContext =
|
||||
createContext<HotelListingDataStore | null>(null)
|
||||
Reference in New Issue
Block a user