import { useTranslations } from 'next-intl'; import { IconImageFile, IconVideoFile, IconAudioFile } from '@/app/ui/icons/icons'; export default function StatsGrid() { const t = useTranslations("Global"); return (

{t('your-content')}

{t('content-type')}
{t('quantity')}
{t('size')}
{t('violations')}
{t('checks')}
{t('images')}
0
0
0
0
{t('videos')}
0
0
0
0
{t('audios')}
0
0
0
0
) }