From 525fbc1aaf6df5551f33ca6faa4c4ddddaf38480 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Fri, 5 Jul 2024 19:02:28 +0200 Subject: [PATCH] Hello37 --- src/App/App.tsx | 2 +- src/contents/Home.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/App.tsx b/src/App/App.tsx index 450bb927..e67d69dc 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -12,7 +12,7 @@ import { useEffect} from "react"; import Villbuttonrow from "../components/Villagebuttons.tsx"; /* import Sidebar from "../components/Sidebar.tsx"; */ import "../utils/highlight.js"; -"../statics/mapscript.js" +import "../statics/mapscript.js" const App = () => { /* useEffect(() => { diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx index fb7622e2..3d944260 100644 --- a/src/contents/Home.tsx +++ b/src/contents/Home.tsx @@ -11,7 +11,7 @@ export function Home() { <hr/> <Map1/> <hr /> - Hello36 + Hello37 </div> </div> <div className="row"> -- GitLab