Aktualizovat sk1/frontend/src/App.jsx
This commit is contained in:
parent
b38b69af96
commit
2648aa831f
@ -6,16 +6,15 @@ import Footer from './components/Footer';
|
|||||||
import './App.css';
|
import './App.css';
|
||||||
|
|
||||||
const App = () => {
|
const App = () => {
|
||||||
const handleSendMessage = (message) => {
|
|
||||||
console.log('Отправлено сообщение:', message);
|
|
||||||
};
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="app-container">
|
<div className="app-container flex flex-col min-h-screen">
|
||||||
<Header />
|
<Header />
|
||||||
<InfoBox />
|
|
||||||
<Footer />
|
|
||||||
|
|
||||||
|
<main className="flex-grow flex flex-col items-center justify-start mt-8 px-4">
|
||||||
|
<InfoBox />
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user