feat(landing): add NavbarComponent to landing page component
All checks were successful
CI / Get Changed Files (pull_request) Successful in 5s
CI / Checkstyle Main (pull_request) Has been skipped
CI / eslint (pull_request) Successful in 19s
CI / test-build (pull_request) Successful in 27s
CI / prettier (pull_request) Successful in 32s

This commit is contained in:
Jan K9f 2025-04-02 09:25:28 +02:00
parent 3c0505b75e
commit 0654a98860
Signed by: jank
GPG key ID: 22BEAC760B3333D6

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',