diff options
Diffstat (limited to 'cds-ui/client-frankfurt/src/app/app.component.ts')
-rw-r--r-- | cds-ui/client-frankfurt/src/app/app.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client-frankfurt/src/app/app.component.ts b/cds-ui/client-frankfurt/src/app/app.component.ts index 259653aaf..f60f622ce 100644 --- a/cds-ui/client-frankfurt/src/app/app.component.ts +++ b/cds-ui/client-frankfurt/src/app/app.component.ts @@ -24,7 +24,7 @@ import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', - styleUrls: ['./app.component.css'] + styleUrls: ['./app.component.css'], }) export class AppComponent { |