From df12bde43f96089069d8b9f26e0aba8fa3c5a3b3 Mon Sep 17 00:00:00 2001 From: Artyom Tsyrulnikov Date: Tue, 15 Jul 2025 14:28:56 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D1=83=D1=87=D0=BD=D0=BE=D0=B9=20=D1=80?= =?UTF-8?q?=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/Layout/Layout.tsx | 10 +- .../DualSpreadsheet/DualSpreadsheet.tsx | 14 +- .../TemplateManager/TemplateManager.tsx | 24 +- .../TemplateManager/TemplateRenderer.tsx | 331 ------------------ src/pages/ProtocolCreation/ui/Page/Page.tsx | 31 +- 5 files changed, 16 insertions(+), 394 deletions(-) delete mode 100644 src/components/TemplateManager/TemplateRenderer.tsx diff --git a/src/app/Layout/Layout.tsx b/src/app/Layout/Layout.tsx index b54cec9..5699df8 100644 --- a/src/app/Layout/Layout.tsx +++ b/src/app/Layout/Layout.tsx @@ -8,15 +8,15 @@ const Layout: FC = () => { return (
{/* Верхняя навигация */} -