feat(SW-1012): remove duplicate icon

This commit is contained in:
Fredrik Thorsson
2024-12-10 13:55:16 +01:00
parent 53c1588e4c
commit 9f3c5f6040
7 changed files with 9 additions and 39 deletions

View File

@@ -13,10 +13,6 @@ import type {
HotelDataInput,
} from "@/server/routers/hotels/input"
import type { GetSavedPaymentCardsInput } from "@/server/routers/user/input"
import type {
BreackfastPackagesInput,
PackagesInput,
} from "@/types/requests/packages"
export const getLocations = cache(async function getMemoizedLocations() {
return serverClient().hotel.locations.get()