From 67004e59041c704830c423351728760cce98d20d Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Mon, 10 Mar 2025 13:14:09 +0000 Subject: [PATCH] feat(SW-1864): Removed map functionality from country pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(SW-1864): Removed map functionality from country pages Approved-by: Fredrik Thorsson Approved-by: Matilda Landström --- .../DestinationCountryPage/index.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx index 1c2cc1080..662e91e6c 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx @@ -1,6 +1,5 @@ import { Suspense } from "react" -import { env } from "@/env/server" import { getDestinationCountryPage } from "@/lib/trpc/memoizedRequests" import Blocks from "@/components/Blocks" @@ -13,10 +12,8 @@ import CityListing from "../CityListing" import ExperienceList from "../ExperienceList" import SidebarContentWrapper from "../SidebarContentWrapper" import DestinationPageSidePeek from "../Sidepeek" -import StaticMap from "../StaticMap" import TopImages from "../TopImages" import DestinationTracking from "../Tracking" -import CountryMap from "./CountryMap" import DestinationCountryPageSkeleton from "./DestinationCountryPageSkeleton" import styles from "./destinationCountryPage.module.css" @@ -77,19 +74,9 @@ export default async function DestinationCountryPage() { location={translatedCountry} /> )} - -