import ProtectedFilesTable from '@/app/ui/marking-page/protected-files-table'; import ProtectionSummary from '@/app/ui/marking-page/protection-summary'; import TestSection from '@/app/ui/marking-page/test-section'; import UploadSectionImage from '@/app/ui/marking-page/upload-section-image'; import { useTranslations } from 'next-intl'; import FilesTable from '@/app/ui/dashboard/files-table'; export default function Page() { const t = useTranslations('Global'); return (