From c5c553c9286dcf37bf1365dcbe8f42b0e6d75768 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Fri, 23 Aug 2024 21:23:23 +0200 Subject: [PATCH] unused import auskommentiert --- src/contents/education.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contents/education.tsx b/src/contents/education.tsx index e5d46e8d..92920171 100644 --- a/src/contents/education.tsx +++ b/src/contents/education.tsx @@ -6,7 +6,7 @@ import { openFromOtherPage } from "../components/Buttons"; import { useNavigation } from "../utils/useNavigation"; export function Education() { - const { goToPagesAndOpenTab, goToTextsAndOpenCollapsible } = useNavigation(); + const { goToPagesAndOpenTab/* , goToTextsAndOpenCollapsible */ } = useNavigation(); const location = useLocation(); useEffect(() => { const params = new URLSearchParams(location.search); -- GitLab