added map,markers,popup
This commit is contained in:
parent
447a96bdb7
commit
9a1d86259e
19 changed files with 1501 additions and 23 deletions
18
src/App.js
18
src/App.js
|
|
@ -1,4 +1,6 @@
|
|||
import { Component } from "react";
|
||||
import ListingsPage from "./listings-page/ListingsPage";
|
||||
|
||||
|
||||
class App extends Component {
|
||||
render() {
|
||||
|
|
@ -9,19 +11,9 @@ class App extends Component {
|
|||
<p>Real Website loading.......</p>
|
||||
</header>
|
||||
<section>
|
||||
<h1>hello everyone</h1>
|
||||
<div class="alert alert-primary" role="alert">
|
||||
A simple primary alert—check it out!
|
||||
</div>
|
||||
<div class="alert alert-primary" role="alert">
|
||||
A simple primary alert—check it out!
|
||||
</div>
|
||||
<div class="alert alert-primary" role="alert">
|
||||
A simple primary alert—check it out!
|
||||
</div>
|
||||
<div class="alert alert-primary" role="alert">
|
||||
A simple primary alert—check it out!
|
||||
</div>
|
||||
|
||||
<ListingsPage />
|
||||
|
||||
</section>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue