remove TestSection from layout

This commit is contained in:
smanylov
2025-12-17 12:52:55 +07:00
parent 70ebf06663
commit 8748a4b3ea
3 changed files with 3 additions and 3 deletions
@@ -12,7 +12,7 @@ export default function Page() {
</div>
<ProtectionSummary />
<UploadSectionVideo />
<TestSection />
{/* <TestSection /> */}
<FilesTable />
</div>
)