navbar maj
This commit is contained in:
@@ -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',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user