From 43eddc9ffc8dc2340fcc3f70909c175ab80b5dce Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Thu, 18 Jul 2024 19:10:24 +0200
Subject: [PATCH] =?UTF-8?q?commit=2060a49484d11de3eb870d2d659562499899c5a8?=
 =?UTF-8?q?29=20r=C3=BCckg=C3=A4ngig?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/HorizontalTimeline.tsx                      | 3 ++-
 src/components/data/{humanpractice.ts => humanpractice.js} | 0
 src/components/seclarations.ts                             | 2 +-
 tsconfig.json                                              | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)
 rename src/components/data/{humanpractice.ts => humanpractice.js} (100%)

diff --git a/src/components/HorizontalTimeline.tsx b/src/components/HorizontalTimeline.tsx
index dcc4b8fd..d3fd0acd 100644
--- a/src/components/HorizontalTimeline.tsx
+++ b/src/components/HorizontalTimeline.tsx
@@ -1,4 +1,4 @@
-import { HPdata as data} from "./seclarations";    
+/* import { HPdata as data} from "./seclarations";    
 
 function TimeItem({color, tag, title, children, pic, author, tabid}: ItemProps){
     return(
@@ -135,3 +135,4 @@ function TimeItem({color, tag, title, children, pic, author, tabid}: ItemProps){
       }
       
       
+ */
\ No newline at end of file
diff --git a/src/components/data/humanpractice.ts b/src/components/data/humanpractice.js
similarity index 100%
rename from src/components/data/humanpractice.ts
rename to src/components/data/humanpractice.js
diff --git a/src/components/seclarations.ts b/src/components/seclarations.ts
index 0d26f942..5b16d0c1 100644
--- a/src/components/seclarations.ts
+++ b/src/components/seclarations.ts
@@ -7,7 +7,7 @@ export * from './AOSs.tsx'
 export * from './My-Timeline.tsx'
 export * from './data/mapscr.ts'
 
-export * from './data/humanpractice.ts'; 
+/* export * from './data/humanpractice.ts';  */
 declare global{
 interface Window {
     datawrapper: Datawrapper;
diff --git a/tsconfig.json b/tsconfig.json
index 9f8720f9..fbb62cb3 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,7 +15,7 @@
       "jsx": "react-jsx",
   
       /* Linting */
-      "strict": true,
+      "strict": true, 
       "noUnusedLocals": true,
       "noUnusedParameters": true,
       "noFallthroughCasesInSwitch": true
-- 
GitLab