Change @app/interfaces to new @interfaces path alias

This commit is contained in:
wiz
2024-10-23 11:09:38 +09:00
parent 133df2e4be
commit 221658f6bf
101 changed files with 133 additions and 132 deletions

View File

@@ -1,6 +1,6 @@
import { Component, OnInit, Input, Output, EventEmitter, HostListener, OnDestroy } from '@angular/core';
import { Observable } from 'rxjs';
import { MenuGroup } from '@app/interfaces/services.interface';
import { MenuGroup } from '@interfaces/services.interface';
import { StorageService } from '@app/services/storage.service';
import { Router, NavigationStart } from '@angular/router';
import { StateService } from '@app/services/state.service';