diff --git a/frontend/src/app/feature/home/home.component.ts b/frontend/src/app/feature/home/home.component.ts index 050c885..c28b698 100644 --- a/frontend/src/app/feature/home/home.component.ts +++ b/frontend/src/app/feature/home/home.component.ts @@ -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',