From 3b98d6ba71d8caaa228554d69bac495d07158f27 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <lsanfilippo@techfak.uni-bielefeld.de>
Date: Mon, 2 Dec 2024 16:19:47 +0100
Subject: [PATCH] Kalender Funktion entfernen

---
 src/contents/project-documentation.tsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/contents/project-documentation.tsx b/src/contents/project-documentation.tsx
index 44afcdb8..7183ea21 100644
--- a/src/contents/project-documentation.tsx
+++ b/src/contents/project-documentation.tsx
@@ -1,4 +1,3 @@
-import { Calendar } from "../components/Calendar/Calendar";
 import { H2 } from "../components/Headings";
 import { PDF } from "../components/Pdfs";
 import { useTabNavigation } from "../utils/TabNavigation";
@@ -10,7 +9,6 @@ export function ProDesc() {
       <div className="col">
         <H2 text="Our Meeting Protocols"/>
         <PDF link="https://static.igem.wiki/teams/5247/pdfs/meetings.pdf" name="meetings.pdf"/>
-        <Calendar/>
       </div>
     );
   }
-- 
GitLab