refacto les card items et list

This commit is contained in:
styve Lioumba
2025-11-16 12:18:02 +01:00
parent b669190bce
commit e33c8a229f
18 changed files with 879 additions and 253 deletions

View File

@@ -6,7 +6,7 @@ import { ProfileRepository } from '@app/domain/profiles/profile.repository';
import { PROFILE_REPOSITORY_TOKEN } from '@app/infrastructure/profiles/profile-repository.token';
import { of } from 'rxjs';
import { Profile } from '@app/domain/profiles/profile.model';
import {ToastrService} from "ngx-toastr";
import { ToastrService } from 'ngx-toastr';
describe('MyProfileComponent', () => {
let component: MyProfileComponent;