removed old code for portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / app.component.ts
diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/app.component.ts b/blueprints/common/eliot-ui/frontend-src/src/app/app.component.ts
deleted file mode 100644 (file)
index 9df7fc6..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-import { Component } from '@angular/core';
-import { ToolbarService } from './toolbar/toolbar.service';
-
-@Component({
-  selector: 'app-root',
-  templateUrl: './app.component.html',
-  styleUrls: ['./app.component.scss']
-})
-export class AppComponent {
-  title = 'EliotUI';
-
-  constructor(public toolbarService: ToolbarService) {}
-
-  ngOnInit() {
-    this.toolbarService.show();
-  }
-
-}