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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app.component.ts b/src/app/app.component.ts
index bff8c82..4bba0e2 100644
--- a/src/app/app.component.ts
+++ b/src/app/app.component.ts
@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
6 styleUrls: ['./../scss/main.scss'] 6 styleUrls: ['./../scss/main.scss']
7}) 7})
8export class AppComponent { 8export class AppComponent {
9 title = 'app'; 9 title = 'GNUnet Web User Interface';
10} 10}