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