From f45530ba0c4b4776b85b448cc7449f83f02d05fb Mon Sep 17 00:00:00 2001 From: youbertt Date: Wed, 27 Mar 2019 20:48:24 +0100 Subject: [PATCH] Test synchro BB --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 2817ae9..9ef095a 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -6,5 +6,5 @@ import { Component } from '@angular/core'; styleUrls: ['./app.component.css'] }) export class AppComponent { - title = 'my-control-panel'; + title = 'MyControlPanel'; }