refactor: update imports to use absolute paths

This commit is contained in:
Jan K9f 2025-04-02 09:02:14 +02:00 committed by Jan-Marlon Leibl
commit 2405c00f49
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5
5 changed files with 9 additions and 10 deletions

View file

@ -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({