diff --git a/src/components/HorizontalTimeline.tsx b/src/components/HorizontalTimeline.tsx index dcc4b8fd29163a4f3aed9fef1db1b396f1e6a146..d3fd0acdfe8f49fa0b68c131bbc02c0076b44944 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 0d26f9420c029d27c79ae0910c630791736528f6..5b16d0c14aaf87169005a7ea6d96b5470e4a0683 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 9f8720f99621d15b94d5d777a5929cc530ebd19c..fbb62cb3ef74cf876c5c0fb7369abea949a1fdc8 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