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

test

parent 82237d12
No related branches found
No related tags found
No related merge requests found
......@@ -26,4 +26,16 @@ return(
)
}
export function Map3(){
return(
<div style={{minHeight: "374px"}}>
<script type="text/javascript" defer src="src/utils/mapscript.js" charSet="utf-8">
</script>
<noscript>
<img src="https://static.igem.wiki/teams/5247/charts-maps/map1-full.png" alt="" />
</noscript>
</div>
)
}
/* min-height: "374px" */
\ No newline at end of file
//import { Inspirations, InspirationLink } from "../components";
/* import { Sidebar } from "react-pro-sidebar"; */
import { Map1, Map2 } from "../components/Map1";
import { Map1, Map2, Map3 } from "../components/Map1";
export function Home() {
return (
......@@ -14,6 +14,8 @@ export function Home() {
Hallo
<hr />
<Map2></Map2>
<hr />
<Map3></Map3>
</div>
</div>
<div className="row">
......
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