From 9cad08dd0679c0e9b4f3f65640bf15886ecffe14 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Fri, 5 Jul 2024 17:05:21 +0200
Subject: [PATCH] not; moved env to public; Hello18

---
 .env => public/.env   | 0
 src/contents/Home.tsx | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename .env => public/.env (100%)

diff --git a/.env b/public/.env
similarity index 100%
rename from .env
rename to public/.env
diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx
index 332a3821..630ee402 100644
--- a/src/contents/Home.tsx
+++ b/src/contents/Home.tsx
@@ -8,7 +8,7 @@ export function Home() {
         <div className="col">
           <h2>Wiki under construction!</h2>
           <hr />
-          Hello17
+          Hello18
         </div>
       </div>
       <div className="row">
-- 
GitLab