AltitudeWeb/frontend/src/app/app.component.html
Teriuihi 6f3445dc01 Move <app-footer> to the root app component
The <app-footer> component is now included only in app.component.html to avoid duplication across pages. This simplifies maintenance and ensures consistent behavior throughout the application.
2025-04-05 23:19:50 +02:00

3 lines
58 B
HTML

<router-outlet></router-outlet>
<app-footer></app-footer>