convert to components
This commit is contained in:
@@ -3,6 +3,7 @@ import React from "react";
|
||||
import styles from "./styles.module.css";
|
||||
import TopHeader from "../components/topHeader/TopHeader";
|
||||
import globalStyle from "../globalStyle.module.css";
|
||||
import SuccessToast from "../components/toast/success/successToast";
|
||||
|
||||
const OrganizationPage = () => {
|
||||
const sampleData = [
|
||||
@@ -54,6 +55,7 @@ const OrganizationPage = () => {
|
||||
|
||||
return (
|
||||
<div className={globalStyle.section}>
|
||||
<SuccessToast />
|
||||
<div className={globalStyle.mainContainer}>
|
||||
<div className={globalStyle.container}>
|
||||
<TopHeader buttonText="Add Organization" topbarTitle="Organization" />
|
||||
|
||||
Reference in New Issue
Block a user