{children}
"use client" import Link from "next/link" import { usePathname } from "next/navigation" import { cn } from "@/lib/utils" import { COMPTE_SETTINGS_NAV, isCompteSettingsNavActive, } from "@/lib/compte-settings/settings-nav" import { mailNavRowClass, MAIL_SETTINGS_MAIN_CARD_CLASS, MAIL_SETTINGS_MAIN_INSET_CLASS, } from "@/lib/mail-chrome-classes" import { CompteSettingsHeader } from "@/components/compte/compte-settings-header" export function CompteSettingsLayout({ children }: { children: React.ReactNode }) { const pathname = usePathname() return (