Fix relative imports
This commit is contained in:
		
							parent
							
								
									527589ac04
								
							
						
					
					
						commit
						2792016383
					
				| @ -7,7 +7,7 @@ import TxView from './tx-view'; | |||||||
| import { Color, Position } from './sprite-types'; | import { Color, Position } from './sprite-types'; | ||||||
| import { Price } from '../../services/price.service'; | import { Price } from '../../services/price.service'; | ||||||
| import { StateService } from '../../services/state.service'; | import { StateService } from '../../services/state.service'; | ||||||
| import { ThemeService } from 'src/app/services/theme.service'; | import { ThemeService } from '../../services/theme.service'; | ||||||
| import { Subscription } from 'rxjs'; | import { Subscription } from 'rxjs'; | ||||||
| import { defaultColorFunction, setOpacity, defaultAuditColors, defaultColors, ageColorFunction, contrastColorFunction, contrastAuditColors, contrastColors } from './utils'; | import { defaultColorFunction, setOpacity, defaultAuditColors, defaultColors, ageColorFunction, contrastColorFunction, contrastAuditColors, contrastColors } from './utils'; | ||||||
| import { ActiveFilter, FilterMode, toFlags } from '../../shared/filters.utils'; | import { ActiveFilter, FilterMode, toFlags } from '../../shared/filters.utils'; | ||||||
|  | |||||||
| @ -3,7 +3,7 @@ import TxView from './tx-view'; | |||||||
| import { TransactionStripped } from '../../interfaces/node-api.interface'; | import { TransactionStripped } from '../../interfaces/node-api.interface'; | ||||||
| import { Color, Position, Square, ViewUpdateParams } from './sprite-types'; | import { Color, Position, Square, ViewUpdateParams } from './sprite-types'; | ||||||
| import { defaultColorFunction, contrastColorFunction } from './utils'; | import { defaultColorFunction, contrastColorFunction } from './utils'; | ||||||
| import { ThemeService } from 'src/app/services/theme.service'; | import { ThemeService } from '../../services/theme.service'; | ||||||
| 
 | 
 | ||||||
| export default class BlockScene { | export default class BlockScene { | ||||||
|   scene: { count: number, offset: { x: number, y: number}}; |   scene: { count: number, offset: { x: number, y: number}}; | ||||||
|  | |||||||
| @ -4,7 +4,7 @@ import { Observable, combineLatest, Subscription } from 'rxjs'; | |||||||
| import { Recommendedfees } from '../../interfaces/websocket.interface'; | import { Recommendedfees } from '../../interfaces/websocket.interface'; | ||||||
| import { feeLevels } from '../../app.constants'; | import { feeLevels } from '../../app.constants'; | ||||||
| import { map, startWith, tap } from 'rxjs/operators'; | import { map, startWith, tap } from 'rxjs/operators'; | ||||||
| import { ThemeService } from 'src/app/services/theme.service'; | import { ThemeService } from '../../services/theme.service'; | ||||||
| 
 | 
 | ||||||
| @Component({ | @Component({ | ||||||
|   selector: 'app-fees-box', |   selector: 'app-fees-box', | ||||||
|  | |||||||
| @ -10,7 +10,7 @@ import { RelativeUrlPipe } from '../../shared/pipes/relative-url/relative-url.pi | |||||||
| import { Location } from '@angular/common'; | import { Location } from '@angular/common'; | ||||||
| import { DifficultyAdjustment, MempoolPosition } from '../../interfaces/node-api.interface'; | import { DifficultyAdjustment, MempoolPosition } from '../../interfaces/node-api.interface'; | ||||||
| import { animate, style, transition, trigger } from '@angular/animations'; | import { animate, style, transition, trigger } from '@angular/animations'; | ||||||
| import { ThemeService } from 'src/app/services/theme.service'; | import { ThemeService } from '../../services/theme.service'; | ||||||
| 
 | 
 | ||||||
| @Component({ | @Component({ | ||||||
|   selector: 'app-mempool-blocks', |   selector: 'app-mempool-blocks', | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user