"use client"; import Shell from "@calcom/features/shell/Shell"; import { MobileNavigationMoreItems } from "@calcom/features/shell/navigation/Navigation"; import { useLocale } from "@calcom/lib/hooks/useLocale"; export default function MorePage() { const { t } = useLocale(); return (

{t("more_page_footer")}

); }