blob: 8150efd35d56b82d2da9a95de1b124f0953b06be [file] [log] [blame]
import {Component, OnInit} from '@angular/core';
@Component({
selector: 'app-view',
templateUrl: './view.ng.html',
styleUrls: ['../common.css', './view.component.css'],
})
export class ViewComponent {}