f56c8c173bb540750b9e716d52b0382c6a5f6aa7
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / home / home.component.ts
1 import { Component, OnInit } from '@angular/core';
2
3 @Component({
4   selector: 'app-home',
5   templateUrl: './home.component.html',
6   styleUrls: ['./home.component.scss']
7 })
8 export class HomeComponent implements OnInit {
9
10   constructor() { }
11
12   ngOnInit() {
13   }
14
15 }