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 */} + {/* Подвал */}