Skip to content
Snippets Groups Projects
Commit 43eddc9f authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

commit 60a49484 rückgängig

parent fea8c353
No related branches found
No related tags found
No related merge requests found
Pipeline #394475 failed
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
......@@ -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;
......
......@@ -15,7 +15,7 @@
"jsx": "react-jsx",
/* Linting */
"strict": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment