From 929688f5b812623bffa75d731fe737b748c95f40 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Mon, 30 Sep 2024 13:01:25 +0200 Subject: [PATCH] unused imports --- src/contents/Human Practices/Introduction.tsx | 1 - src/contents/description.tsx | 2 +- src/utils/TabNavigation.tsx | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/contents/Human Practices/Introduction.tsx b/src/contents/Human Practices/Introduction.tsx index 36a07cb9..8a4b6261 100644 --- a/src/contents/Human Practices/Introduction.tsx +++ b/src/contents/Human Practices/Introduction.tsx @@ -1,6 +1,5 @@ import { ButtonOne } from "../../components/Buttons"; import { H5 } from "../../components/Headings"; -import { LoremMedium } from "../../components/Loremipsum"; import PreCyse from "../../components/precyse"; import { BlockQuoteB } from "../../components/Quotes"; import { Section } from "../../components/sections"; diff --git a/src/contents/description.tsx b/src/contents/description.tsx index e475dc46..b0067b0d 100644 --- a/src/contents/description.tsx +++ b/src/contents/description.tsx @@ -3,7 +3,7 @@ import { TabButtonRow } from "../components/Buttons"; import Collapsible from "../components/Collapsible"; import { SupScrollLink } from "../components/ScrollLink"; import { H2, H4} from "../components/Headings"; -import { LoremMedium, LoremShort } from "../components/Loremipsum"; +import { LoremMedium } from "../components/Loremipsum"; import { Circle } from "../components/Shapes"; import { ButtonRowTabs } from "../components/Tabs"; import PieChart from "../components/Graph"; diff --git a/src/utils/TabNavigation.tsx b/src/utils/TabNavigation.tsx index e4197b49..6b2c3017 100644 --- a/src/utils/TabNavigation.tsx +++ b/src/utils/TabNavigation.tsx @@ -1,7 +1,6 @@ import { useEffect, useState } from 'react'; import { useNavigate, useLocation } from 'react-router-dom'; import { openFromOtherPage } from './openFromOtherpAge'; -import { useNavigation } from '.'; import { useLoading } from './LoadingContext'; // Funktion, um den Haupttab zu öffnen -- GitLab