pipeline start

This commit is contained in:
miwr 2025-04-08 10:06:31 +02:00
parent c198ced26c
commit 53c92ddb1b

View file

@ -10,5 +10,5 @@ import { MarioComponent } from "./mario/mario.component";
styleUrl: './app.component.scss'
})
export class AppComponent {
title = 'silly-game-frontend';
title = 'silly-game-frontend';
}