import MobileSidebarItem from "@/components/shared/sidebar/ModileSidebarItem"; import { useTranslation } from "@/lib/i18n/server"; import { settingsSidebarItems } from "./items"; export default async function MobileSidebar() { const { t } = await useTranslation(); return ( ); }