From 66ce3657628b941093203db7aa2e65f360f3631b Mon Sep 17 00:00:00 2001
From: csba1652 <Bilal.Hassan@student.uibk.ac.at>
Date: Thu, 1 Jun 2023 14:02:33 +0100
Subject: [PATCH] -addig app.home because of routing

---
 src/app/app.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/app.component.html b/src/app/app.component.html
index 70e3b6e..8f1fd9f 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -1,2 +1,2 @@
 
-<app-pro-view></app-pro-view>
+<router-outlet name="main"></router-outlet>
-- 
GitLab