From 0ba420ba88190c64449226069a739637a42d0318 Mon Sep 17 00:00:00 2001
From: bastiantraeger <bastian.traeger@student.reutlingen-university.de>
Date: Sun, 21 Apr 2024 15:20:58 +0200
Subject: [PATCH] Initialized Project

---
 src/app/app.component.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/app/app.component.html b/src/app/app.component.html
index 2b73cfbf5..7ef3e4ff5 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -6,4 +6,6 @@
     
     <app-cards *ngFor="let i of [0, 1, 2]" [titel]="postTitel[i]" [img]="postImages[i]" [text]="postTexts[i]"></app-cards>
   </div>
-</div>
\ No newline at end of file
+</div>
+
+<!--Test-->
\ No newline at end of file
-- 
GitLab