Odstranit sk1/frontend/src/App.jsx
This commit is contained in:
parent
703c3ff2aa
commit
d25d8fc509
@ -1,22 +0,0 @@
|
|||||||
import React from 'react';
|
|
||||||
import Header from './components/Header';
|
|
||||||
import InfoBox from './components/InfoBox';
|
|
||||||
import Footer from './components/Footer';
|
|
||||||
|
|
||||||
import './App.css';
|
|
||||||
|
|
||||||
const App = () => {
|
|
||||||
return (
|
|
||||||
<div className="app-container flex flex-col min-h-screen">
|
|
||||||
<Header />
|
|
||||||
|
|
||||||
<main className="flex-grow flex flex-col items-center justify-start mt-8 px-4">
|
|
||||||
<InfoBox />
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<Footer />
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
export default App;
|
|
||||||
Loading…
Reference in New Issue
Block a user