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

data imports from file now

parent 8465f945
No related branches found
No related tags found
No related merge requests found
Pipeline #394386 failed
import { HPdata as data} from "./seclarations";
function TimeItem({color, tag, title, children, pic, author, tabid}: ItemProps){
return(
......@@ -140,38 +135,3 @@ function TimeItem({color, tag, title, children, pic, author, tabid}: ItemProps){
}
let data = [
{
title: "Deutlich längerer Titel zum Test",
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
tag: "Langer langer TAgs",
color: "blue",
author: "author",
tabid: "Eins",
text: "Text",
},
{
title: "Deutlich längerer Titel zum Test",
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
tag: "Langer langer TAgs",
color: "blue",
author: "author",
tabid: "Eins",
text: "Text",
},
{
title: "Deutlich längerer Titel zum Test" ,
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
tag: "Tag",
color: "blue",
author: "a",
tabid: "Paris",
text: "Text",
}
]
......@@ -7,6 +7,7 @@ export * from './AOSs.tsx'
export * from './My-Timeline.tsx'
export * from './data/mapscr.ts'
export * from './data/humanpractice.ts'
declare global{
interface Window {
datawrapper: Datawrapper;
......
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