Change @app/interfaces to new @interfaces path alias
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Component, Input, OnInit, OnChanges, HostListener } from '@angular/core';
|
||||
import { ETA } from '@app/services/eta.service';
|
||||
import { Transaction } from '@app/interfaces/electrs.interface';
|
||||
import { Acceleration, SinglePoolStats } from '@app/interfaces/node-api.interface';
|
||||
import { Transaction } from '@interfaces/electrs.interface';
|
||||
import { Acceleration, SinglePoolStats } from '@interfaces/node-api.interface';
|
||||
import { MiningService } from '@app/services/mining.service';
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user