aboutsummaryrefslogtreecommitdiff
path: root/src/app/app.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.component.ts')
-rw-r--r--src/app/app.component.ts6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/app/app.component.ts b/src/app/app.component.ts
index 4bba0e2..f878638 100644
--- a/src/app/app.component.ts
+++ b/src/app/app.component.ts
@@ -3,8 +3,10 @@ import { Component } from '@angular/core';
3@Component({ 3@Component({
4 selector: 'app-root', 4 selector: 'app-root',
5 templateUrl: './app.component.html', 5 templateUrl: './app.component.html',
6 styleUrls: ['./../scss/main.scss'] 6 //styleUrls: ['./../scss/main.scss']
7}) 7})
8
9
8export class AppComponent { 10export class AppComponent {
9 title = 'GNUnet Web User Interface'; 11 title = '';
10} 12}