refactor: update import paths for better readability
This commit is contained in:
parent
defe26d0c1
commit
b4caf70ffe
8 changed files with 18 additions and 11 deletions
|
@ -16,12 +16,12 @@ import {
|
|||
} from '@angular/core';
|
||||
import { FormControl, FormGroup, ReactiveFormsModule, Validators } from '@angular/forms';
|
||||
import { loadStripe, Stripe } from '@stripe/stripe-js';
|
||||
import { DepositService } from '../../service/deposit.service';
|
||||
import { debounceTime } from 'rxjs';
|
||||
import { environment } from '../../../environments/environment';
|
||||
import { NgIf } from '@angular/common';
|
||||
import { ModalAnimationService } from '../../shared/services/modal-animation.service';
|
||||
import gsap from 'gsap';
|
||||
import { DepositService } from '@service/deposit.service';
|
||||
import { environment } from '@environments/environment';
|
||||
import { ModalAnimationService } from '@shared/services/modal-animation.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-deposit',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue