refactor: update import paths for better readability #109

Merged
jank merged 10 commits from refactor-some-dots into task/CAS-50/add_rest_blackjack_logic_with_frontend_animations 2025-04-02 07:27:11 +00:00
Showing only changes of commit 3c0505b75e - Show all commits

style(game-controls): fix formatting in constructor method
Some checks failed
CI / Get Changed Files (pull_request) Successful in 7s
CI / Checkstyle Main (pull_request) Has been skipped
CI / eslint (pull_request) Successful in 18s
CI / test-build (pull_request) Failing after 26s
CI / prettier (pull_request) Successful in 31s

Jan K9f 2025-04-02 09:23:26 +02:00
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

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