diff --git a/src/contents/project-documentation.tsx b/src/contents/project-documentation.tsx index 44afcdb85b1cc49bf75faade99b76aebc555c063..7183ea21f190aa1d61f3c7068058d6390ee786cc 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> ); }