Added navigations pages
This commit is contained in:
14
frontend/src/app/organization/page.jsx
Normal file
14
frontend/src/app/organization/page.jsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from "react";
|
||||
import styles from "./styles.module.css";
|
||||
|
||||
const OrganizationPage = () => {
|
||||
return (
|
||||
<div>
|
||||
<div className={styles.mainContainer}>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default OrganizationPage;
|
||||
Reference in New Issue
Block a user