therd commit
This commit is contained in:
@@ -2,12 +2,18 @@ import React from 'react';
|
||||
import './App.css';
|
||||
import Header from './components/Header';
|
||||
import ApartmentRentals from './components/ApartmentRentals';
|
||||
import ApartmentOptions from './components/ApartmentOptions';
|
||||
import ApartmentAmenities from './components/ApartmentAmenities';
|
||||
import NearbyAttractions from './components/NearbyAttractions';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className='app'>
|
||||
<Header />
|
||||
<ApartmentRentals />
|
||||
<ApartmentOptions />
|
||||
<ApartmentAmenities />
|
||||
<NearbyAttractions />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user