Change @app/interfaces to new @interfaces path alias
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { SafeResourceUrl } from '@angular/platform-browser';
|
||||
import { ILoadingIndicators } from '@app/services/state.service';
|
||||
import { Transaction } from '@app/interfaces/electrs.interface';
|
||||
import { Transaction } from '@interfaces/electrs.interface';
|
||||
import { Acceleration, BlockExtended, DifficultyAdjustment, RbfTree, TransactionStripped } from './node-api.interface';
|
||||
|
||||
export interface WebsocketResponse {
|
||||
|
||||
Reference in New Issue
Block a user