blob: 8150efd35d56b82d2da9a95de1b124f0953b06be [file] [log] [blame]
Ishan Katpallydad5f1a2022-03-23 21:06:36 -07001import {Component, OnInit} from '@angular/core';
2
3@Component({
4 selector: 'app-view',
5 templateUrl: './view.ng.html',
6 styleUrls: ['../common.css', './view.component.css'],
7})
8export class ViewComponent {}