|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
import './App.css';
|
|
|
|
|
import 'bootstrap/dist/css/bootstrap.min.css';
|
|
|
|
|
|
|
|
|
|
import { Banner } from './components/Banner';
|
|
|
|
|
import { Main } from './components/Main';
|
|
|
|
|
|
|
|
|
|
function App() {
|
|
|
|
|
return (
|
|
|
|
|
<div className="App">
|
|
|
|
|
<Banner />
|
|
|
|
|
<Main />
|
|
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|