import JsonToHtml from "@/components/JsonToHtml" import JoinLoyaltyContact from "./JoinLoyalty" import { MyPagesNavigation } from "./MyPagesNavigation" import styles from "./sidebar.module.css" import { SidebarDynamicComponentEnum, SidebarTypenameEnum, } from "@/types/components/content/enums" import type { SidebarProps } from "@/types/components/content/sidebar" export default function SidebarLoyalty({ blocks }: SidebarProps) { return ( ) }