m
This commit is contained in:
parent
81c77efe36
commit
a4bb55ef46
2 changed files with 6 additions and 12 deletions
|
@ -7,15 +7,6 @@ class App extends Component {
|
|||
render() {
|
||||
return (
|
||||
<div className="App">
|
||||
<header className="App-header">
|
||||
<h1>Kene's Cribs</h1>
|
||||
<p>Real Website loading.......</p>
|
||||
</header>
|
||||
<section>
|
||||
|
||||
<ListingsPage />
|
||||
|
||||
</section>
|
||||
<Homepage></Homepage>
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -117,7 +117,10 @@ class ListingsPage extends Component {
|
|||
|
||||
<section class="colored-section2" id="cta">
|
||||
|
||||
<h2> Testing</h2>
|
||||
|
||||
{/*
|
||||
|
||||
|
||||
|
||||
<div class="row">
|
||||
|
||||
|
@ -149,13 +152,13 @@ class ListingsPage extends Component {
|
|||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
*/}
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-12">
|
||||
|
||||
<h2> Map here</h2>
|
||||
<h2> Map </h2>
|
||||
|
||||
<div style={{ width: "100vm", height: "800px" }}>
|
||||
<MapWrapped
|
||||
|
|
Loading…
Reference in a new issue