style: linter and prettier
This commit is contained in:
parent
212bee3bd2
commit
15a92b984c
5 changed files with 15 additions and 15 deletions
|
@ -1,11 +1,11 @@
|
|||
import {ChangeDetectionStrategy, Component, OnInit} from '@angular/core';
|
||||
import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';
|
||||
import { NavbarComponent } from '../../shared/components/navbar/navbar.component';
|
||||
import { CurrencyPipe, NgFor } from '@angular/common';
|
||||
import { Game } from '../../model/Game';
|
||||
import { Transaction } from '../../model/Transaction';
|
||||
import { DepositComponent } from '../deposit/deposit.component';
|
||||
import {ConfirmationComponent} from "../../shared/components/confirmation/confirmation.component";
|
||||
import {ActivatedRoute} from "@angular/router";
|
||||
import { ConfirmationComponent } from '../../shared/components/confirmation/confirmation.component';
|
||||
import { ActivatedRoute } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'app-homepage',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue