From 8748a4b3ea4e30719c2aafb91c1334c28612d716 Mon Sep 17 00:00:00 2001 From: smanylov Date: Wed, 17 Dec 2025 12:52:55 +0700 Subject: [PATCH] remove TestSection from layout --- src/app/[locale]/pages/marking-audio/page.tsx | 2 +- src/app/[locale]/pages/marking-photo/page.tsx | 2 +- src/app/[locale]/pages/marking-video/page.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/[locale]/pages/marking-audio/page.tsx b/src/app/[locale]/pages/marking-audio/page.tsx index 9d86497..64a16b7 100644 --- a/src/app/[locale]/pages/marking-audio/page.tsx +++ b/src/app/[locale]/pages/marking-audio/page.tsx @@ -9,7 +9,7 @@ export default function Page() {

Защита аудио

- + {/* */} ) diff --git a/src/app/[locale]/pages/marking-photo/page.tsx b/src/app/[locale]/pages/marking-photo/page.tsx index ddd637e..1c1b711 100644 --- a/src/app/[locale]/pages/marking-photo/page.tsx +++ b/src/app/[locale]/pages/marking-photo/page.tsx @@ -16,7 +16,7 @@ export default function Page() { - + {/* */} {/* */} diff --git a/src/app/[locale]/pages/marking-video/page.tsx b/src/app/[locale]/pages/marking-video/page.tsx index 9d9254e..3f5c730 100644 --- a/src/app/[locale]/pages/marking-video/page.tsx +++ b/src/app/[locale]/pages/marking-video/page.tsx @@ -12,7 +12,7 @@ export default function Page() { - + {/* */} )