feat(landing): add NavbarComponent to landing page component

This commit is contained in:
Jan K9f 2025-04-02 09:25:28 +02:00 committed by Jan-Marlon Leibl
parent 6508a233b2
commit 5d803e4b8b
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5

View file

@ -1,5 +1,6 @@
import { ChangeDetectionStrategy, Component, OnInit, OnDestroy } from '@angular/core';
import { NgFor } from '@angular/common';
import { NavbarComponent } from '@shared/components/navbar/navbar.component';
@Component({
selector: 'app-landing-page',