"use client" import { useTranslations } from "next-intl" export const EmptyState = ({ resource = "post" }: { resource?: string }) => { const t = useTranslations() return (