From 40451135271c75b7fe10aabb07b7964b7ea08548 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Fri, 5 Jul 2024 15:53:32 +0200 Subject: [PATCH] deleted <script type="module" src="/public/mapscript.js"></script> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2f078e6d..ddeebfa0 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ </head> <body> <div id="root"></div> - <script type="module" src="/public/mapscript.js"></script> + <script type="module" src="/src/main.tsx"></script> </body> </html> -- GitLab