From d32ec98136822f616759e8bd2c29b8af3e52aabe Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Mon, 30 Sep 2024 10:27:04 +0200 Subject: [PATCH] usused --- src/data/hptimelinedata.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/data/hptimelinedata.tsx b/src/data/hptimelinedata.tsx index bd5e5dc6..e82d5ded 100644 --- a/src/data/hptimelinedata.tsx +++ b/src/data/hptimelinedata.tsx @@ -5,14 +5,8 @@ import JoshuaInterviewSources from "../sources/joshua-inv-sources"; import MattijsInterviewSources from "../sources/mattij-inv-sources"; import RnhaleSources from "../sources/rnhale-sources"; import WischmeyerSources from "../sources/wimscheyer-sources"; -import { useNavigation } from "../utils"; -export function cellCultures () { - const {goToPageAndScroll} = useNavigation(); - - return (<a onClick={() => goToPageAndScroll('hek293-and-hek293t-cell-lines', '/materials-methods')}> linktext </a> ); -} export interface TimelineDatenpunkt { title?: string; /* Prof. , Dr., ... */ -- GitLab