refactor: update imports to use absolute paths
This commit is contained in:
parent
b4caf70ffe
commit
2405c00f49
5 changed files with 9 additions and 10 deletions
|
@ -1,5 +1,4 @@
|
|||
import { ChangeDetectionStrategy, Component, OnInit, OnDestroy } from '@angular/core';
|
||||
import { NavbarComponent } from '../../shared/components/navbar/navbar.component';
|
||||
import { NgFor } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
|
|
Reference in a new issue