prettier
This commit is contained in:
parent
f09935564d
commit
cfd59d876d
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
import { ChangeDetectionStrategy, Component } 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 { Game } from '../../model/Game';
|
||||
import { Transaction } from '../../model/Transaction';
|
||||
|
||||
@Component({
|
||||
selector: 'app-homepage',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue