Providers Pt1

This commit is contained in:
2026-06-02 18:12:49 +02:00
parent 67870e19ea
commit ea65e6a3dc
15 changed files with 217 additions and 144 deletions
@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-providers-card',
imports: [],
templateUrl: './providers-card.html',
styleUrl: './providers-card.css',
})
export class ProvidersCard {
}