From 2648aa831f56e4a46f6007e32783174563a41587 Mon Sep 17 00:00:00 2001 From: Tetiana Mohorian Date: Mon, 28 Apr 2025 23:04:04 +0000 Subject: [PATCH] Aktualizovat sk1/frontend/src/App.jsx --- sk1/frontend/src/App.jsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/sk1/frontend/src/App.jsx b/sk1/frontend/src/App.jsx index b0e6aa5..9154259 100644 --- a/sk1/frontend/src/App.jsx +++ b/sk1/frontend/src/App.jsx @@ -6,16 +6,15 @@ import Footer from './components/Footer'; import './App.css'; const App = () => { - const handleSendMessage = (message) => { - console.log('Отправлено сообщение:', message); - }; - return ( -
+
- + +
+ +
+
); };