From 9ff2c76912ff761018da05fe7adec5bdd63098fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B0=D0=BB=D0=B8=D0=BC=D0=BE=D0=B2=20=D0=A0=D1=83?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=BC?= Date: Tue, 13 Jan 2026 01:26:20 +0300 Subject: [PATCH] Russian --- src/App.tsx | 6 +- src/components/PreviewStep.tsx | 4 +- src/services/geometryGenerator.ts | 255 ++++++++++++++---------------- 3 files changed, 123 insertions(+), 142 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 9c6279f..e099e92 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -75,7 +75,7 @@ const App = () => { return (
- {/* Header */} + {/* Шапка */}
@@ -93,7 +93,7 @@ const App = () => {
- {/* Main Content */} + {/* Основной контент */}
{step === 1 && (
@@ -116,7 +116,7 @@ const App = () => { )}
- {/* Footer */} + {/* Подвал */}