add fileUpload functions

This commit is contained in:
smanylov
2025-12-23 18:56:48 +07:00
parent 3376fee99a
commit c38b7ee558
6 changed files with 509 additions and 4 deletions
@@ -1,7 +1,7 @@
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 UploadSectionFile from '@/app/components/upload-section-file';
import { useTranslations } from 'next-intl';
import FilesTable from '@/app/ui/dashboard/files-table';
@@ -15,7 +15,7 @@ export default function Page() {
</h1>
</div>
<ProtectionSummary />
<UploadSectionImage />
<UploadSectionFile fileType="IMAGE"/>
{/* <TestSection /> */}
<FilesTable />
{/* <ProtectedFilesTable /> */}