refactor: update import paths for better readability

This commit is contained in:
Jan K9f 2025-04-02 08:57:00 +02:00
parent f881f82ef1
commit a425fdea80
Signed by: jank
GPG key ID: 22BEAC760B3333D6
8 changed files with 18 additions and 11 deletions

View file

@ -96,5 +96,5 @@ export class GameControlsComponent {
protected readonly GameState = GameState;
constructor(protected gameControlsService: GameControlsService) {}
constructor(protected gameControlsService: GameControlsService) { }
}