diff --git a/src/contents/Human Practices/Introduction.tsx b/src/contents/Human Practices/Introduction.tsx index 36a07cb909016ea8062d965c6dcc05bf8de5b5c6..8a4b62611a4c5edc2a987f1956c7f9af78dabb17 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 e475dc463c569b35f35cdc595afde251ce694b4f..b0067b0de94d26a07d5021a367ddacc3a16d730b 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 e4197b49bb05536dba36af7794e53f999d8ac978..6b2c3017daac668357272d2f0160dd6b558c8af9 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