add video upload input

This commit is contained in:
smanylov
2025-12-09 18:36:40 +07:00
parent 8ca445e8c6
commit b72df032fb
4 changed files with 111 additions and 4 deletions
+3 -1
View File
@@ -1,7 +1,8 @@
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 { IconVideoFile } from '@/app/ui/icons/icons';
import UploadSectionVideo from '@/app/ui/marking-page/upload-section-video';
export default function Page() {
return (
@@ -10,6 +11,7 @@ export default function Page() {
<h1 >Защита видео</h1>
</div>
<ProtectionSummary />
<UploadSectionVideo />
<TestSection />
<ProtectedFilesTable />
</div>