diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 79bff38..52965d4 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -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'; }