add video upload input
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user