From de1c8b5c5acc9808dac2241f445ab80892c03377 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Mon, 16 Feb 2026 17:28:39 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=BE=D1=80=D0=BC=D0=B0=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6e704cb..1584ba2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,11 +10,13 @@ import { MessageSteps } from './components/MessageSteps/MessageSteps'; export default function App() { - return - - - - - - ; + return ( + + + + + + + + ) } \ No newline at end of file