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