mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +01:00
Removing absolute path import
This commit is contained in:
parent
78e4788ab3
commit
d8e4d7054b
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ import { StateService } from '../../services/state.service';
|
|||
import { specialBlocks } from '../../app.constants';
|
||||
import { BlockExtended } from '../../interfaces/node-api.interface';
|
||||
import { Location } from '@angular/common';
|
||||
import { config } from 'process';
|
||||
import { CacheService } from 'src/app/services/cache.service';
|
||||
import { CacheService } from '../../services/cache.service';
|
||||
|
||||
interface BlockchainBlock extends BlockExtended {
|
||||
placeholder?: boolean;
|
||||
|
|
Loading…
Add table
Reference in a new issue