+ {projectData != null ? (
+ projectData.map((project) => (
+
+
+ {project.project_name}
+
+
+
+ {project.project_short_description}
+
+ {project.project_short_description}
+
+
+
+
+
+
+
+
+
+ ))
+ ) : (
+
No data
+ )}
+
+
+ );
+}
diff --git a/src/app/calendar/manage/actions.ts b/src/app/calendar/manage/actions.ts
new file mode 100644
index 0000000..37121ab
--- /dev/null
+++ b/src/app/calendar/manage/actions.ts
@@ -0,0 +1,20 @@
+import { Database } from "@/types/database.types";
+import { SupabaseClient } from "@supabase/supabase-js";
+
+export default function getMeetingLog(client: SupabaseClient