Change @app/interfaces to new @interfaces path alias
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Component, OnInit, ChangeDetectionStrategy, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
||||
import { StateService } from '@app/services/state.service';
|
||||
import { Observable, combineLatest, Subscription } from 'rxjs';
|
||||
import { Recommendedfees } from '@app/interfaces/websocket.interface';
|
||||
import { Recommendedfees } from '@interfaces/websocket.interface';
|
||||
import { feeLevels } from '@app/app.constants';
|
||||
import { map, startWith, tap } from 'rxjs/operators';
|
||||
import { ThemeService } from '@app/services/theme.service';
|
||||
|
||||
Reference in New Issue
Block a user