import { Component } from '@angular/core'; @Component({ selector: 'sweeper-small-card-list', templateUrl: './small-card-list.component.html', styleUrls: ['./small-card-list.component.scss'], }) export class SmallCardListComponent { title = "small-card-list"; }