This commit is contained in:
smanylov
2025-12-27 13:47:51 +07:00
parent f8bbf56f47
commit bd2ec273a9
17 changed files with 315 additions and 449 deletions
@@ -13,9 +13,7 @@ export default async function Page() {
<PageTitle title="image-protection" />
<ProtectionSummary />
<UploadSectionFile fileType={FILE_TYPE} allowedExtensions={file_extension} maxFileSize={max_file_size} />
{/* <TestSection /> */}
<FilesTable />
{/* <ProtectedFilesTable /> */}
</div>
)
}