Added Topbar Header every page
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
import React from "react";
|
||||
|
||||
import styles from "./styles.module.css";
|
||||
import TopHeader from "../components/topHeader/TopHeader";
|
||||
import globalStyle from "../globalStyle.module.css";
|
||||
const AgentsPage = () => {
|
||||
return <div></div>;
|
||||
return (
|
||||
<div className={globalStyle.section}>
|
||||
<div className={globalStyle.mainContainer}>
|
||||
<div className={globalStyle.container}>
|
||||
<TopHeader buttonText="Add Agents" topbarTitle="Agents" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default AgentsPage;
|
||||
|
||||
Reference in New Issue
Block a user