Change imports to relative paths

This commit is contained in:
softsimon
2022-11-24 12:19:19 +09:00
parent 156b281815
commit b6a21c3e60
7 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import { HttpClient } from '@angular/common/http';
import { Observable } from 'rxjs';
import { map, shareReplay, switchMap } from 'rxjs/operators';
import { StateService } from './state.service';
import { environment } from 'src/environments/environment';
import { environment } from '../../../src/environments/environment';
import { AssetExtended } from '../interfaces/electrs.interface';
@Injectable({