added map,markers,popup

This commit is contained in:
ruchi 2021-03-31 01:17:00 -04:00
parent 447a96bdb7
commit 9a1d86259e
19 changed files with 1501 additions and 23 deletions

View file

@ -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 alertcheck it out!
</div>
<div class="alert alert-primary" role="alert">
A simple primary alertcheck it out!
</div>
<div class="alert alert-primary" role="alert">
A simple primary alertcheck it out!
</div>
<div class="alert alert-primary" role="alert">
A simple primary alertcheck it out!
</div>
<ListingsPage />
</section>
</div>
);