Merge pull request #3208 from mempool/nymkappa/fix-paths
Fix import paths
This commit is contained in:
		
						commit
						cffb41b54d
					
				| @ -1,8 +1,8 @@ | |||||||
| import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core'; | import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core'; | ||||||
| import { map, Observable } from 'rxjs'; | import { map, Observable } from 'rxjs'; | ||||||
| import { StateService } from 'src/app/services/state.service'; |  | ||||||
| import { INodesRanking, ITopNodesPerCapacity } from '../../../interfaces/node-api.interface'; | import { INodesRanking, ITopNodesPerCapacity } from '../../../interfaces/node-api.interface'; | ||||||
| import { SeoService } from '../../../services/seo.service'; | import { SeoService } from '../../../services/seo.service'; | ||||||
|  | import { StateService } from '../../../services/state.service'; | ||||||
| import { GeolocationData } from '../../../shared/components/geolocation/geolocation.component'; | import { GeolocationData } from '../../../shared/components/geolocation/geolocation.component'; | ||||||
| import { LightningApiService } from '../../lightning-api.service'; | import { LightningApiService } from '../../lightning-api.service'; | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,7 +1,7 @@ | |||||||
| import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core'; | import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core'; | ||||||
| import { map, Observable } from 'rxjs'; | import { map, Observable } from 'rxjs'; | ||||||
| import { StateService } from 'src/app/services/state.service'; |  | ||||||
| import { INodesRanking, ITopNodesPerChannels } from '../../../interfaces/node-api.interface'; | import { INodesRanking, ITopNodesPerChannels } from '../../../interfaces/node-api.interface'; | ||||||
|  | import { StateService } from '../../../services/state.service'; | ||||||
| import { GeolocationData } from '../../../shared/components/geolocation/geolocation.component'; | import { GeolocationData } from '../../../shared/components/geolocation/geolocation.component'; | ||||||
| import { LightningApiService } from '../../lightning-api.service'; | import { LightningApiService } from '../../lightning-api.service'; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user