summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/performance/performance.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/performance/performance.component.ts')
-rw-r--r--usecaseui-portal/src/app/performance/performance.component.ts16
1 files changed, 0 insertions, 16 deletions
diff --git a/usecaseui-portal/src/app/performance/performance.component.ts b/usecaseui-portal/src/app/performance/performance.component.ts
deleted file mode 100644
index 12405e9e..00000000
--- a/usecaseui-portal/src/app/performance/performance.component.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-import { Component, OnInit } from '@angular/core';
-
-@Component({
- selector: 'app-performance',
- templateUrl: './performance.component.html',
- styleUrls: ['./performance.component.less']
-})
-export class PerformanceComponent implements OnInit {
-
- constructor() { }
-
- ngOnInit() {
-
- }
-
-}