This commit is contained in:
Lea 2025-02-26 10:43:32 +01:00
parent f09935564d
commit cfd59d876d

View file

@ -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',