added agents page
This commit is contained in:
parent
f01d5a0067
commit
03d50ad355
6 changed files with 55 additions and 14 deletions
|
|
@ -1,11 +1,13 @@
|
|||
import { Component } from "react";
|
||||
import Homepage from './homePage/Homepage'
|
||||
/* import Homepage from './homePage/Homepage' */
|
||||
import AgentPage from './agent-page/AgentPage'
|
||||
|
||||
class App extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="App">
|
||||
<Homepage/>
|
||||
{/* <Homepage/> */}
|
||||
<AgentPage/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue