la base du site fonctionnelle
This commit is contained in:
committed by
styve Lioumba
parent
27d260829c
commit
1bf76c6c66
@@ -0,0 +1,17 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {
|
||||
VerticalProfileItemComponent
|
||||
} from "@app/shared/components/vertical-profile-item/vertical-profile-item.component";
|
||||
|
||||
@Component({
|
||||
selector: 'app-vertical-profile-list',
|
||||
standalone: true,
|
||||
imports: [
|
||||
VerticalProfileItemComponent
|
||||
],
|
||||
templateUrl: './vertical-profile-list.component.html',
|
||||
styleUrl: './vertical-profile-list.component.scss'
|
||||
})
|
||||
export class VerticalProfileListComponent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user