import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-delete-there', templateUrl: './delete-there.component.html', styleUrls: ['./delete-there.component.scss'] }) export class DeleteThereComponent implements OnInit { constructor() { } ngOnInit(): void { } }