diff --git a/frontend/src/app/components/sidebar/Sidebar.jsx b/frontend/src/app/components/sidebar/Sidebar.jsx new file mode 100644 index 0000000..d01819d --- /dev/null +++ b/frontend/src/app/components/sidebar/Sidebar.jsx @@ -0,0 +1,402 @@ +import React from "react"; +import styles from "./styles.module.css"; +const Sidebar = () => { + return ( +
+
+
+ + + + + + +
+

Internal Developer Platform

+

By Project Moonshot Inc.

+
+
+
+
+ + + + +

Home

+
+
+ + + + + + + + + + + + + + + +

Organization

+
+
+ + + + + + + + + + + +

Project

+
+
+ + + +

Users

+
+
+ + + + + + + + + + + + +

Roles

+
+
+ + + + + + + +

Credentials

+
+
+ + + + + + + + + + + +

Agents

+
+
+
+
+
+

Download ICTL v3

+ + + + + + + + + + + + +
+
+
+ ); +}; + +export default Sidebar; diff --git a/frontend/src/app/components/sidebar/styles.module.css b/frontend/src/app/components/sidebar/styles.module.css new file mode 100644 index 0000000..e69de29