feat(landing): add NavbarComponent to landing page component
This commit is contained in:
		
					parent
					
						
							
								6508a233b2
							
						
					
				
			
			
				commit
				
					
						5d803e4b8b
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,5 +1,6 @@
 | 
				
			||||||
import { ChangeDetectionStrategy, Component, OnInit, OnDestroy } from '@angular/core';
 | 
					import { ChangeDetectionStrategy, Component, OnInit, OnDestroy } from '@angular/core';
 | 
				
			||||||
import { NgFor } from '@angular/common';
 | 
					import { NgFor } from '@angular/common';
 | 
				
			||||||
 | 
					import { NavbarComponent } from '@shared/components/navbar/navbar.component';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Component({
 | 
					@Component({
 | 
				
			||||||
  selector: 'app-landing-page',
 | 
					  selector: 'app-landing-page',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue