diff --git a/orga/app/components/campaign/results/profile-list.gjs b/orga/app/components/campaign/results/profile-list.gjs index c941470ce39..72136a3abd0 100644 --- a/orga/app/components/campaign/results/profile-list.gjs +++ b/orga/app/components/campaign/results/profile-list.gjs @@ -9,6 +9,8 @@ import { gt } from 'ember-truth-helpers'; import TableHeader from '../../table/header'; import TablePaginationControl from '../../table/pagination-control'; import CampaignParticipationFilters from '../filter/participation-filters'; +import EvolutionHeader from './evolution-header'; +import ParticipationEvolutionIcon from './participation-evolution-icon';