Use relative path to import price service

This commit is contained in:
nymkappa
2023-02-28 10:59:39 +09:00
parent 143344cb7e
commit 7d8875eb73
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import { Component, ElementRef, ViewChild, Input, OnChanges, OnInit } from '@angular/core';
import { tap } from 'rxjs';
import { Price, PriceService } from 'src/app/services/price.service';
import { Price, PriceService } from '../../services/price.service';
interface Xput {
type: 'input' | 'output' | 'fee';