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
@@ -9,7 +9,7 @@ export default function Page() {
<h1 >Защита аудио</h1>
</div>
<ProtectionSummary />
<TestSection />
{/* <TestSection /> */}
<FilesTable />
</div>
)
@@ -16,7 +16,7 @@ export default function Page() {
</div>
<ProtectionSummary />
<UploadSectionImage />
<TestSection />
{/* <TestSection /> */}
<FilesTable />
{/* <ProtectedFilesTable /> */}
</div>
@@ -12,7 +12,7 @@ export default function Page() {
</div>
<ProtectionSummary />
<UploadSectionVideo />
<TestSection />
{/* <TestSection /> */}
<FilesTable />
</div>
)