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} /> )} - -