diff --git a/apps/scandic-web/components/ContentType/HotelPage/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/index.tsx index 4c43e1f9b..4519e93a1 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/index.tsx @@ -3,6 +3,7 @@ import { Suspense } from "react" import { dt } from "@scandic-hotels/common/dt" import { safeTry } from "@scandic-hotels/common/utils/safeTry" +import Link from "@scandic-hotels/design-system/Link" import { getHotel, @@ -237,11 +238,13 @@ export default async function HotelPage({ hotelId }: HotelPageProps) {