merging components
This commit is contained in:
commit
a55f8312ad
35 changed files with 2771 additions and 28 deletions
|
|
@ -7,6 +7,8 @@ import ListingsPage from "./listings-page/listings-page";
|
|||
import AgentPage from "./agent-page/agent-page";
|
||||
import ContactUs from "./shared-components/Contact-us/Contact-us";
|
||||
|
||||
import Homepage from "./homePage/Homepage";
|
||||
|
||||
class App extends Component {
|
||||
render() {
|
||||
return (
|
||||
|
|
@ -20,6 +22,9 @@ class App extends Component {
|
|||
</BrowserRouter>
|
||||
|
||||
<Footer></Footer>
|
||||
{/* <Homepage/> */}
|
||||
|
||||
<Homepage />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue