'use client'; import { useTranslations } from 'next-intl'; export default function CuratorPage() { const t = useTranslations('Curator'); return (