Forked from
2024 Competition / Bielefeld-CeBiTec
2391 commits behind the upstream repository.
-
Liliana Sanfilippo authoredLiliana Sanfilippo authored
Home.tsx 463 B
//import { Inspirations, InspirationLink } from "../components";
/* import { Sidebar } from "react-pro-sidebar"; */
import { Map1 } from "../components/Map1";
export function Home() {
return (
<>
<div className="row">
<div className="col">
<h2>Wiki under construction!</h2>
<hr/>
<Map1/>
<hr />
Hello41
</div>
</div>
<div className="row">
</div>
</>
);
}