import { Component } from "@angular/core"; @Component({ selector: "bit-card-content", template: `
`, }) export class CardContentComponent {}