navbar maj

This commit is contained in:
2025-11-20 16:50:30 +01:00
parent 0855dd05b7
commit c3ec0e8afd
7 changed files with 38 additions and 19 deletions

View File

@@ -1,8 +1,11 @@
import { Component } from '@angular/core';
import {ProvidersCardForm} from "./providers-card-form/providers-card-form";
@Component({
selector: 'app-providers',
imports: [],
imports: [
ProvidersCardForm
],
templateUrl: './providers.html',
styleUrl: './providers.css',
})