From 5d803e4b8bd74df51d90def0833f35240df8af5d Mon Sep 17 00:00:00 2001 From: Jan K9f Date: Wed, 2 Apr 2025 09:25:28 +0200 Subject: [PATCH] feat(landing): add NavbarComponent to landing page component --- frontend/src/app/feature/landing/landing.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/feature/landing/landing.component.ts b/frontend/src/app/feature/landing/landing.component.ts index 5e3f747..62fa25e 100644 --- a/frontend/src/app/feature/landing/landing.component.ts +++ b/frontend/src/app/feature/landing/landing.component.ts @@ -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',