import NotificationsButton from './notificationsButton'; import UserMenuButton from './userMenuButton'; import Link from 'next/link'; import LanguageSwitcher from '@/app/components/LanguageSwitcher'; import { useTranslations } from 'next-intl'; export default function HeaderPanel() { const t = useTranslations("Global"); return (
800 {t('tokens')}
) }