From 5ac5b139c808ea293371e7a80b68459c88a11a08 Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Fri, 4 Apr 2025 21:55:09 +0200 Subject: [PATCH] Remove redundant home page container Simplified the HTML structure by removing the unnecessary conditional wrapper for the home page component. The home page rendering logic is now handled directly by the router outlet. --- frontend/src/app/app.component.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index 2bd3c27..0680b43 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -1,4 +1 @@ -
- -