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,7 +1,7 @@
import { Component, OnInit, OnDestroy, Input, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/core';
import { StateService } from '../../services/state.service';
import { Observable, Subscription } from 'rxjs';
import { Price } from 'src/app/services/price.service';
import { Price } from '../../services/price.service';
@Component({
selector: 'app-amount',