merged all components and completed the route
This commit is contained in:
parent
7296906a48
commit
c769666d3d
3 changed files with 115 additions and 102 deletions
|
|
@ -20,11 +20,8 @@ class App extends Component {
|
|||
<Route path="/agents" component={AgentPage}></Route>
|
||||
{/* <Route path="/contact-us" component={ContactUs}></Route> */}
|
||||
</BrowserRouter>
|
||||
|
||||
<Homepage></Homepage>
|
||||
<Footer></Footer>
|
||||
{/* <Homepage/> */}
|
||||
|
||||
<Homepage />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue