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