feat(landing): add NavbarComponent to landing page component
All checks were successful
All checks were successful
This commit is contained in:
parent
3c0505b75e
commit
0654a98860
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue