Change @app/interfaces to new @interfaces path alias
This commit is contained in:
@@ -2,7 +2,7 @@ import { Component, ElementRef, HostListener, OnInit, OnDestroy, ViewChild, Inpu
|
||||
import { Subscription } from 'rxjs';
|
||||
import { MarkBlockState, StateService } from '@app/services/state.service';
|
||||
import { specialBlocks } from '@app/app.constants';
|
||||
import { BlockExtended } from '@app/interfaces/node-api.interface';
|
||||
import { BlockExtended } from '@interfaces/node-api.interface';
|
||||
import { Router } from '@angular/router';
|
||||
import { sleep$ } from '@app/shared/common.utils';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user