Rename some more relative paths to use @app path alias

This commit is contained in:
wiz
2024-10-23 11:34:59 +09:00
parent 221658f6bf
commit a22d07ae60
32 changed files with 81 additions and 81 deletions

View File

@@ -3,8 +3,8 @@ import { Meta } from '@angular/platform-browser';
import { Router, ActivatedRoute, NavigationEnd } from '@angular/router';
import { filter, map, switchMap } from 'rxjs/operators';
import { combineLatest } from 'rxjs';
import { StateService } from './state.service';
import { LanguageService } from './language.service';
import { StateService } from '@app/services/state.service';
import { LanguageService } from '@app/services/language.service';
@Injectable({
providedIn: 'root'