Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Hermann committed Nov 14, 2024
1 parent 4b024e7 commit 83faa34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, Signal, signal, WritableSignal } from '@angular/core';
import { Component, signal, type WritableSignal } from '@angular/core';
import { RouterOutlet } from '@angular/router';
import { NotificationComponent } from "./common/components/notification/notification.component";

Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/race/race.component.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ChangeDetectionStrategy, Component, inject, OnDestroy, type OnInit, signal } from '@angular/core';
import { ChangeDetectionStrategy, Component, inject, type OnDestroy, type OnInit, signal } from '@angular/core';
import { Game } from '../../game/game';
import { SettingsService } from '../../common/services/settings.service';
import { Router } from '@angular/router';
Expand Down

0 comments on commit 83faa34

Please sign in to comment.