import { JsonToHtml } from "@scandic-hotels/design-system/JsonToHtml" import { TeaserCard } from "@scandic-hotels/design-system/TeaserCard" import { DynamicContentEnum } from "@scandic-hotels/trpc/types/dynamicContent" import { SidebarEnums } from "@scandic-hotels/trpc/types/sidebar" import { CookieConsentButton } from "@/components/Blocks/DynamicContent/ManageCookieConsent/CookieConsentButton" import EmployeeBenefitsAuthCard from "@/components/DigitalTeamMemberCard/EmployeeBenefits/AuthCard" import ShortcutsList from "../Blocks/ShortcutsList" import Card from "../TempDesignSystem/Card" import JoinLoyaltyContact from "./JoinLoyalty" import styles from "./sidebar.module.css" import type { SidebarProps } from "@/types/components/sidebar" export default function Sidebar({ blocks }: SidebarProps) { return ( ) }