From d50bce1f80baae6df0f8a9d7afd39621768e6436 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Mon, 8 Jul 2024 20:42:28 +0200
Subject: [PATCH] unused import

---
 src/contents/Bfh.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/contents/Bfh.tsx b/src/contents/Bfh.tsx
index 43232af2..cc47f56d 100644
--- a/src/contents/Bfh.tsx
+++ b/src/contents/Bfh.tsx
@@ -2,7 +2,6 @@ import { MyTimeline } from "../components/My-Timeline";
 import BFHGallery from "../components/photo-grid";
 import BFHpdf from "../components/pdfs";
 import { H2} from "../components/headings";
-import { Header } from "../components/Header";
 
 export function Bfh() {
   
-- 
GitLab