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